mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Switch docs theme to Furo, refs #435
This commit is contained in:
parent
841ad44bac
commit
397183debd
8 changed files with 15 additions and 31 deletions
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue