Switch docs theme to Furo, refs #435

This commit is contained in:
Simon Willison 2022-05-20 14:51:30 -07:00
commit 397183debd
8 changed files with 15 additions and 31 deletions

View file

@ -32,7 +32,7 @@ setup(
],
extras_require={
"test": ["pytest", "black", "hypothesis", "cogapp"],
"docs": ["sphinx_rtd_theme", "sphinx-autobuild", "codespell"],
"docs": ["furo", "sphinx-autobuild", "codespell"],
"mypy": [
"mypy",
"types-click",