Skip to content

Commit

Permalink
use theme furo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Sep 19, 2023
1 parent 9c18729 commit bc7ed05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip install--user sphinx
pip install --user sphinx furo
sphinx-apidoc -o source ../nebula3
make clean
make html
make html
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'alabaster'
html_theme = 'furo'
html_static_path = ['_static']

0 comments on commit bc7ed05

Please sign in to comment.