Skip to content

Commit

Permalink
⤴️ switch default theme build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Aug 6, 2021
1 parent 279df1a commit 08875dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
path: .
extra_requirements:
- rtd
- theme_sbt

sphinx:
builder: html
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

extensions = ["myst_parser", "sphinx_design"]

html_theme = os.environ.get("SPHINX_THEME", "alabaster")
html_theme = os.environ.get("SPHINX_THEME", "sphinx_book_theme")
html_title = f"Sphinx Design ({html_theme.replace('_', '-')})"

html_static_path = ["_static"]
Expand Down

0 comments on commit 08875dc

Please sign in to comment.