diff --git a/docs/conf.py b/docs/conf.py index 890d348ba..62758d209 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = "pydata_sphinx_theme" +html_theme = "sphinx_book_theme" html_logo = "_static/reacnetgen.svg" html_static_path = ["_static"] html_js_files = ["https://unpkg.com/bilitube@0/dist/bilitube.min.js"] @@ -107,7 +107,7 @@ }, ] -enable_deepmodeling = False +enable_deepmodeling = True myst_enable_extensions = [ "dollarmath", diff --git a/pyproject.toml b/pyproject.toml index 8949da76b..24acf458e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ test = [ ] docs = [ 'sphinx', - 'pydata-sphinx-theme', + 'sphinx-book-theme', 'numpydoc', 'sphinx-argparse<0.5.0', 'myst-nb>=1.0.0rc0',