We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cd91f commit 5cb614eCopy full SHA for 5cb614e
docs/conf.py
@@ -28,7 +28,7 @@
28
# -- Options for HTML output -------------------------------------------------
29
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
30
31
-html_theme = 'alabaster'
+html_theme = 'sphinx_book_theme'
32
html_static_path = ['_static']
33
34
sys.path.insert(0, os.path.abspath('..'))
docs/doc_requirements.txt
@@ -0,0 +1,3 @@
1
+sphinx==4.5.0
2
+myst-parser==0.18.0
3
+sphinx-book-theme==0.3.3
0 commit comments