Skip to content

Commit c2dc0e2

Browse files
Merge pull request #2 from Christopher-K-Long/post_v1.0.2
Post v1.0.2
2 parents 9e94f11 + 56bceac commit c2dc0e2

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
# -- Options for HTML output -------------------------------------------------
4242
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
4343

44-
html_theme = 'alabaster'
45-
html_static_path = ['_static']
44+
html_theme = 'furo'
4645

4746
import os
4847
import sys

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ tqdm
33
numpy
44
cloudpickle
55
saveable-objects
6+
furo
67
myst-parser
78
git+https://github.com/bayashi-cl/stubdoc

docs/user_guide/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ User Guide
22
==========
33

44
.. toctree::
5+
:hidden:
56
:titlesonly:
67

78
getting_started

0 commit comments

Comments
 (0)