Skip to content

Commit

Permalink
docs: replace sphinx-rtd-theme with sphinx-book-theme (#745)
Browse files Browse the repository at this point in the history
Compared to `sphinx-rtd-theme`, `sphinx-book-theme` is a clean and
modern Sphinx theme.

Generated by the task: njzjz-bot/njzjz-bot#11.
  • Loading branch information
njzjz-bot authored Oct 29, 2024
1 parent 7853b7b commit b908c2b
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 @@ -44,7 +44,7 @@
# ones.
extensions = [
"deepmodeling_sphinx",
"sphinx_rtd_theme",
"sphinx_book_theme",
"sphinx.ext.mathjax",
"sphinx.ext.viewcode",
"sphinx.ext.intersphinx",
Expand Down Expand Up @@ -87,7 +87,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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ pymatgen = ['pymatgen']
docs = [
'sphinx',
'recommonmark',
'sphinx_rtd_theme>=1.0.0rc1',
'sphinx-book-theme',
'numpydoc',
'myst-parser',
'deepmodeling-sphinx>=0.1.1',
'deepmodeling-sphinx>=0.3.0',
'sphinx-argparse<0.5.0',
'rdkit',
'jupyterlite-sphinx',
Expand Down

0 comments on commit b908c2b

Please sign in to comment.