python-platformdirs/no-furo.patch
2021-08-03 17:23:38 +00:00

21 lines
524 B
Diff

---
docs/conf.py | 4 ++--
src/platformdirs/__init__.py | 1 +
src/platformdirs/api.py | 2 ++
3 files changed, 5 insertions(+), 2 deletions(-)
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -11,9 +11,9 @@ extensions = [
"sphinx.ext.autosectionlabel",
"sphinx.ext.viewcode",
"sphinx.ext.intersphinx",
- # "sphinx_autodoc_typehints",
+ "sphinx_autodoc_typehints",
]
-html_theme = "furo"
+html_theme = "alabaster"
autodoc_default_options = {
"member-order": "bysource",