Skip to content

Commit d3970f2

Browse files
authored
docs: switch to sphinx_book_theme (#2295)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated documentation theme to enhance visual appeal with the new "sphinx_book_theme." - Enabled DeepModeling features for improved functionality. - **Bug Fixes** - Resolved inconsistencies in documentation theme dependencies. - **Documentation** - Updated configuration to reflect changes in theme and feature settings. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 18ad1e4 commit d3970f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The theme to use for HTML and HTML Help pages. See the documentation for
6161
# a list of builtin themes.
6262
#
63-
html_theme = "pydata_sphinx_theme"
63+
html_theme = "sphinx_book_theme"
6464
html_logo = "_static/reacnetgen.svg"
6565
html_static_path = ["_static"]
6666
html_js_files = ["https://unpkg.com/bilitube@0/dist/bilitube.min.js"]
@@ -107,7 +107,7 @@
107107
},
108108
]
109109

110-
enable_deepmodeling = False
110+
enable_deepmodeling = True
111111

112112
myst_enable_extensions = [
113113
"dollarmath",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ test = [
8484
]
8585
docs = [
8686
'sphinx',
87-
'pydata-sphinx-theme',
87+
'sphinx-book-theme',
8888
'numpydoc',
8989
'sphinx-argparse<0.5.0',
9090
'myst-nb>=1.0.0rc0',

0 commit comments

Comments
 (0)