From a85e5225f93d600c35b9493ab4f4d737ee0c9839 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 31 Jan 2021 20:35:38 +0100 Subject: docs: change theme to furo it looks better, and has a dark mode --- docs/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/conf.py') 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')} -- cgit v1.2.3