Skip to content

Commit 9bd4971

Browse files
committed
Use the sphinx_rtd_theme, as on readthedocs.io
1 parent 744955c commit 9bd4971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
templates_path = ['_templates']
4040

4141
# The suffix of source filenames.
42-
source_suffix = '.rst'
42+
source_suffix = {'.rst': 'restructuredtext'}
4343

4444
# The encoding of source files.
4545
#source_encoding = 'utf-8-sig'
@@ -103,7 +103,7 @@
103103

104104
# The theme to use for HTML and HTML Help pages. See the documentation for
105105
# a list of builtin themes.
106-
html_theme = 'default'
106+
html_theme = 'sphinx_rtd_theme'
107107

108108
# Theme options are theme-specific and customize the look and feel of a theme
109109
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)