diff --git a/docs/conf.py b/docs/conf.py index 0ec6e2f15c..6276db3031 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,6 @@ extensions = [ 'myst_parser', 'deepmodeling_sphinx', - 'sphinxcontrib.jquery', ] myst_enable_extensions = [ "amsmath", @@ -66,7 +65,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 = 'abacus-logo.svg' diff --git a/docs/requirements.txt b/docs/requirements.txt index 34b6c32f45..d7fef4eb49 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ urllib3 myst_parser[linkify] -sphinx_rtd_theme -deepmodeling_sphinx +sphinx-book-theme +deepmodeling-sphinx>=0.3.0