diff options
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index ea7195db..a7a100be 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -33,7 +33,7 @@ sys.path.append(os.path.abspath('../../plugins/')) extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode'] # Add any paths that contain templates here, relative to this directory. -templates_path = ['theme/templates'] +#templates_path = ['theme/templates'] # The suffix of source filenames. source_suffix = '.rst' @@ -101,9 +101,9 @@ pygments_style = 'sphinx' # -- Options for HTML output --------------------------------------------------- -html_theme = 'pydoctheme' +html_theme = "sphinx_rtd_theme" + html_theme_path = ['theme/'] -html_theme_options = {'collapsiblesidebar': False} html_short_title = '%s Documentation' % release @@ -126,7 +126,7 @@ html_last_updated_fmt = '%b %d, %Y' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. -#html_favicon = None +html_favicon = "poezio.png" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, |