Skip to content

Commit 93f1e00

Browse files
Add the ReadTheDocs theme.
1 parent 8ea3e6c commit 93f1e00

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

doc/src/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Add any Sphinx extension module names here, as strings. They can be extensions
2222
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
23-
#extensions = []
23+
extensions = ['sphinx_rtd_theme']
2424

2525
# Add any paths that contain templates here, relative to this directory.
2626
templates_path = ['.templates']
@@ -74,7 +74,10 @@
7474
# The style sheet to use for HTML and HTML Help pages. A file of that name
7575
# must exist either in Sphinx' static/ path, or in one of the custom paths
7676
# given in html_static_path.
77-
html_style = 'default.css'
77+
# html_style = 'default.css'
78+
79+
# The theme to use for ReadtheDocs.
80+
html_theme = "sphinx_rtd_theme"
7881

7982
# Add any paths that contain custom static files (such as style sheets) here,
8083
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)