Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"deepmodeling_sphinx",
"dargs.sphinx",
"myst_parser",
"sphinx_rtd_theme",
"sphinx_book_theme",
"sphinx.ext.viewcode",
"sphinx.ext.intersphinx",
"numpydoc",
Expand All @@ -55,7 +55,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "sphinx_rtd_theme"
html_theme = "sphinx_book_theme"

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ dpdisp = "dpdispatcher.dpdisp:main"
docs = [
'sphinx',
'myst-parser',
'sphinx_rtd_theme>=1.0.0rc1',
'sphinx-book-theme',
'numpydoc',
'deepmodeling_sphinx>=0.1.1',
'deepmodeling-sphinx>=0.3.0',
'dargs>=0.3.1',
'sphinx-argparse<0.5.0',
]
Expand Down
Loading