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 May 22, 2024
1 parent 16af1dc commit 6cbeb83
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 @@ -11,6 +11,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 @@ -26,7 +26,7 @@
"user": ("https://github.com/%s", "@%s"),
}

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 6cbeb83

Please sign in to comment.