Skip to content

Commit

Permalink
Switched back to the Sphinx RTD theme
Browse files Browse the repository at this point in the history
It's the best working theme when it works at all :P
  • Loading branch information
agronholm committed Sep 17, 2023
1 parent f40c08a commit a3bef4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "nature"
html_theme = "sphinx_rtd_theme"

intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ test = [
doc = [
"sphinx",
"sphinx-autodoc-typehints",
"sphinx-rtd-theme >= 1.3.0",
"sphinx-tabs >= 3.3.1",
]

Expand Down Expand Up @@ -131,6 +132,6 @@ deps = pyright
commands = pyright --verifytypes apscheduler
[testenv:docs]
extras = doc
commands = sphinx-build docs build/sphinx
extras = test,doc
commands = sphinx-build -n docs build/sphinx
"""

0 comments on commit a3bef4c

Please sign in to comment.