Skip to content

Commit 6cd53c0

Browse files
committed
docs: replace sphinx-rtd-theme with sphinx-book-theme
Compared to `sphinx-rtd-theme`, `sphinx-book-theme` is a clean and modern Sphinx theme. Generated by the task: njzjz-bot/njzjz-bot#11.
1 parent 7a29e2f commit 6cd53c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The theme to use for HTML and HTML Help pages. See the documentation for
6767
# a list of builtin themes.
6868
#
69-
html_theme = 'sphinx_rtd_theme'
69+
html_theme = 'sphinx_book_theme'
7070
html_logo = 'abacus-logo.svg'
7171

7272

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
urllib3
22
myst_parser[linkify]
3-
sphinx_rtd_theme
4-
deepmodeling_sphinx
3+
sphinx-book-theme
4+
deepmodeling-sphinx>=0.3.0

0 commit comments

Comments
 (0)