Skip to content

Commit

Permalink
change html_theme form rtd to book
Browse files Browse the repository at this point in the history
  • Loading branch information
andped10 committed Sep 9, 2024
1 parent d503607 commit 666a4bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
'sphinx.ext.viewcode',
'sphinx.ext.mathjax',
'sphinx.ext.intersphinx',
'sphinx_rtd_theme',
'sphinx_gallery.gen_gallery',
]
autoclass_content = 'init'
Expand Down Expand Up @@ -111,7 +110,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'
html_logo = os.path.join('_static', 'ec_sidebar_w.png')
html_favicon = os.path.join('_static', 'favicon.ico')
html_theme_options = {'logo_only': True}
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ dev = [
docs = [
"doc8",
"readme-renderer",
# "Sphinx",
"sphinx_rtd_theme",
"sphinx_autodoc_typehints",
"sphinx_book_theme",
"sphinx_gallery",
"toml"
]
Expand Down

0 comments on commit 666a4bb

Please sign in to comment.