We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e94f11 + 56bceac commit c2dc0e2Copy full SHA for c2dc0e2
3 files changed
docs/conf.py
@@ -41,8 +41,7 @@
41
# -- Options for HTML output -------------------------------------------------
42
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
43
44
-html_theme = 'alabaster'
45
-html_static_path = ['_static']
+html_theme = 'furo'
46
47
import os
48
import sys
docs/requirements.txt
@@ -3,5 +3,6 @@ tqdm
3
numpy
4
cloudpickle
5
saveable-objects
6
+furo
7
myst-parser
8
git+https://github.com/bayashi-cl/stubdoc
docs/user_guide/index.rst
@@ -2,6 +2,7 @@ User Guide
2
==========
.. toctree::
+ :hidden:
:titlesonly:
getting_started
0 commit comments