You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/conf.py
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@
16
16
importsubprocess
17
17
fromdatetimeimportdate
18
18
19
+
importsphinx_rtd_theme
20
+
19
21
# If extensions (or modules to document with autodoc) are in another directory,
20
22
# add these directories to sys.path here. If the directory is relative to the
21
23
# documentation root, use os.path.abspath to make it absolute, like shown here.
@@ -29,10 +31,11 @@
29
31
# Add any Sphinx extension module names here, as strings. They can be extensions
30
32
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
31
33
extensions= [
34
+
'sphinx_rtd_theme',
32
35
'sphinx.ext.todo',
33
36
'sphinx.ext.mathjax',
37
+
'sphinxcontrib.bibtex',
34
38
'sphinxcontrib.proof'
35
-
# 'sphinxcontrib.bibtex',
36
39
# 'sphinx.ext.ifconfig',
37
40
# 'sphinx.ext.viewcode',
38
41
]
@@ -112,7 +115,7 @@ def get_git_tag():
112
115
# The theme to use for HTML and HTML Help pages. See the documentation for# The version info for the project you're documenting, acts as replacement for
113
116
114
117
# a list of builtin themes.
115
-
html_theme='sphinxawesome_theme'
118
+
html_theme='furo'
116
119
117
120
# Theme options are theme-specific and customize the look and feel of a theme
118
121
# further. For a list of options available for each theme, see the
0 commit comments