Skip to content

Commit

Permalink
Switched Sphinx theme back to the RTD theme
Browse files Browse the repository at this point in the history
This should fix rendering errors with the nav bar overlapping with the actual content.
  • Loading branch information
agronholm committed Apr 12, 2024
1 parent f4f528f commit 2aaadf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -32,7 +32,7 @@
}
todo_include_todos = False

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

intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -46,6 +46,7 @@ doc = [
"packaging",
"Sphinx >= 7",
"sphinx-autodoc-typehints >= 1.2.0",
"sphinx-rtd-theme >= 1.3.0",
]

[project.entry-points]
Expand Down

0 comments on commit 2aaadf5

Please sign in to comment.