Skip to content
Snippets Groups Projects
Commit 31df0bbb authored by Benjamin Jakimow's avatar Benjamin Jakimow
Browse files

changed documentation conf.py, added sphinx requirements

parent eda4f21e
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,8 @@ extensions = ['sphinx.ext.autodoc', ...@@ -39,7 +39,8 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.mathjax', 'sphinx.ext.mathjax',
'sphinx.ext.ifconfig', 'sphinx.ext.ifconfig',
'sphinx.ext.viewcode', 'sphinx.ext.viewcode',
'sphinx.ext.autosectionlabel'] 'sphinx.ext.autosectionlabel'
]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
...@@ -96,7 +97,25 @@ todo_include_todos = True ...@@ -96,7 +97,25 @@ todo_include_todos = True
# #
#html_theme = 'alabaster' #html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme' html_theme = 'sphinx_rtd_theme'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#
html_theme_options = {
'canonical_url': '',
'analytics_id': '',
'logo_only': False,
'display_version': True,
'prev_next_buttons_location': 'bottom',
'style_external_links': False,
'vcs_pageview_mode': 'view',
# Toc options
'collapse_navigation': True,
'sticky_navigation': True,
'navigation_depth': 4,
'includehidden': True,
'titles_only': False
}
html_logo = 'img/logo.png' html_logo = 'img/logo.png'
# Theme options are theme-specific and customize the look and feel of a theme # Theme options are theme-specific and customize the look and feel of a theme
......
# this file lists packages that are required to run Sphinx
# see https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format
###### Requirements to build documentation with sphinx ######
sphinx>=1.7.2
sphinx_rtd_theme>=0.3.0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment