We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be897b4 + 4e53045 commit 41abbe7Copy full SHA for 41abbe7
docs/conf.py
@@ -33,7 +33,6 @@
33
extensions = [
34
'myst_parser',
35
'deepmodeling_sphinx',
36
- 'sphinxcontrib.jquery',
37
]
38
myst_enable_extensions = [
39
"amsmath",
@@ -66,7 +65,7 @@
66
65
# The theme to use for HTML and HTML Help pages. See the documentation for
67
# a list of builtin themes.
68
#
69
-html_theme = 'sphinx_rtd_theme'
+html_theme = 'sphinx_book_theme'
70
html_logo = 'abacus-logo.svg'
71
72
docs/requirements.txt
@@ -1,4 +1,4 @@
1
urllib3
2
myst_parser[linkify]
3
-sphinx_rtd_theme
4
-deepmodeling_sphinx
+sphinx-book-theme
+deepmodeling-sphinx>=0.3.0
0 commit comments