summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 69fbbae3..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'
@@ -53,9 +53,9 @@ copyright = '%s, Mathieu Pasquet - Florent Le Coz' % time.strftime('%Y')
# built documents.
#
# The short X.Y version.
-version = '0.8.3'
+version = '0.9'
# The full version, including alpha/beta/rc tags.
-release = '0.8.3-dev'
+release = '0.9-dev'
add_function_parentheses = True
@@ -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,