Skip to content

Commit

Permalink
docs: replace sphinx-rtd-theme with sphinx-book-theme (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz-bot authored Oct 28, 2024
1 parent c0e37b8 commit 186a059
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# ones.
extensions = [
"deepmodeling_sphinx",
"sphinx_rtd_theme",
"sphinx_book_theme",
"sphinx.ext.viewcode",
"sphinx.ext.intersphinx",
"numpydoc",
Expand Down Expand Up @@ -85,7 +85,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"

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.
numpydoc
deepmodeling_sphinx>=0.1.1
deepmodeling-sphinx>=0.3.0
myst-nb
sphinx_rtd_theme
sphinx-book-theme
sphinx-argparse<0.5.0

0 comments on commit 186a059

Please sign in to comment.