Skip to content

Commit 186a059

Browse files
authored
docs: replace sphinx-rtd-theme with sphinx-book-theme (#78)
1 parent c0e37b8 commit 186a059

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# ones.
4444
extensions = [
4545
"deepmodeling_sphinx",
46-
"sphinx_rtd_theme",
46+
"sphinx_book_theme",
4747
"sphinx.ext.viewcode",
4848
"sphinx.ext.intersphinx",
4949
"numpydoc",
@@ -85,7 +85,7 @@
8585
# The theme to use for HTML and HTML Help pages. See the documentation for
8686
# a list of builtin themes.
8787
#
88-
html_theme = "sphinx_rtd_theme"
88+
html_theme = "sphinx_book_theme"
8989

9090
# Theme options are theme-specific and customize the look and feel of a theme
9191
# further. For a list of options available for each theme, see the

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.
22
numpydoc
3-
deepmodeling_sphinx>=0.1.1
3+
deepmodeling-sphinx>=0.3.0
44
myst-nb
5-
sphinx_rtd_theme
5+
sphinx-book-theme
66
sphinx-argparse<0.5.0

0 commit comments

Comments
 (0)