Skip to content

Commit

Permalink
Switched to a built-in Sphinx theme
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Aug 18, 2023
1 parent d7a705e commit eb65830
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -32,7 +32,7 @@
}
todo_include_todos = False

html_theme = "sphinx_rtd_theme"
html_theme = "nature"
htmlhelp_basename = "typeguarddoc"

intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ test = [
]
doc = [
"packaging",
"Sphinx < 7",
"sphinx_rtd_theme",
"Sphinx >= 7",
"sphinx-autodoc-typehints >= 1.2.0",
]

Expand Down

0 comments on commit eb65830

Please sign in to comment.