Skip to content

Commit 5cb614e

Browse files
William Grantbraxtonmckee
William Grant
authored andcommitted
theming and reqs
1 parent 34cd91f commit 5cb614e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# -- Options for HTML output -------------------------------------------------
2929
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3030

31-
html_theme = 'alabaster'
31+
html_theme = 'sphinx_book_theme'
3232
html_static_path = ['_static']
3333

3434
sys.path.insert(0, os.path.abspath('..'))

docs/doc_requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)