diff --git a/docs/conf.py b/docs/conf.py index ecb37f6..93cdea0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,8 +41,7 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'alabaster' -html_static_path = ['_static'] +html_theme = 'furo' import os import sys diff --git a/docs/requirements.txt b/docs/requirements.txt index fbbb494..5e03f88 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,5 +3,6 @@ tqdm numpy cloudpickle saveable-objects +furo myst-parser git+https://github.com/bayashi-cl/stubdoc \ No newline at end of file diff --git a/docs/user_guide/index.rst b/docs/user_guide/index.rst index 1cb2454..470f1ac 100644 --- a/docs/user_guide/index.rst +++ b/docs/user_guide/index.rst @@ -2,6 +2,7 @@ User Guide ========== .. toctree:: + :hidden: :titlesonly: getting_started