We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744955c commit 9bd4971Copy full SHA for 9bd4971
doc/conf.py
@@ -39,7 +39,7 @@
39
templates_path = ['_templates']
40
41
# The suffix of source filenames.
42
-source_suffix = '.rst'
+source_suffix = {'.rst': 'restructuredtext'}
43
44
# The encoding of source files.
45
#source_encoding = 'utf-8-sig'
@@ -103,7 +103,7 @@
103
104
# The theme to use for HTML and HTML Help pages. See the documentation for
105
# a list of builtin themes.
106
-html_theme = 'default'
+html_theme = 'sphinx_rtd_theme'
107
108
# Theme options are theme-specific and customize the look and feel of a theme
109
# further. For a list of options available for each theme, see the
0 commit comments