summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-01-31 20:35:38 +0100
committermathieui <mathieui@mathieui.net>2021-01-31 20:37:33 +0100
commita85e5225f93d600c35b9493ab4f4d737ee0c9839 (patch)
tree17039bd0e0f3376bd249fc3be0b0d50c6f30aa04 /docs/conf.py
parent3c19f69c257e4e8ea0eaa9c1d73138365b906895 (diff)
downloadslixmpp-a85e5225f93d600c35b9493ab4f4d737ee0c9839.tar.gz
slixmpp-a85e5225f93d600c35b9493ab4f4d737ee0c9839.tar.bz2
slixmpp-a85e5225f93d600c35b9493ab4f4d737ee0c9839.tar.xz
slixmpp-a85e5225f93d600c35b9493ab4f4d737ee0c9839.zip
docs: change theme to furo
it looks better, and has a dark mode
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index d9397495..c68ac882 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -37,7 +37,7 @@ extensions = [
# Add any paths that contain templates here, relative to this directory.
-templates_path = ['_templates']
+#templates_path = ['_templates']
# The suffix of source filenames.
source_suffix = '.rst'
@@ -102,7 +102,7 @@ pygments_style = 'tango'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'haiku'
+html_theme = 'furo'
# 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
@@ -227,7 +227,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'slixmpp', u'Slixmpp Documentation',
- [u'Nathan Fritz, Lance Stout'], 1)
+ [u'Mathieu Pasquet, Maxime Buquet, Emmanuel Gil Peyrot, Florent Le Coz'], 1)
]
-intersphinx_mapping = {'python': ('http://docs.python.org/3.4', 'python-objects.inv')}
+intersphinx_mapping = {'python': ('http://docs.python.org/3.9', 'python-objects.inv')}