mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-27 03:14:33 +02:00
sphinx-copybutton extension, closes #436
This commit is contained in:
parent
397183debd
commit
2238e9baf9
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -32,7 +32,7 @@ setup(
|
|||
],
|
||||
extras_require={
|
||||
"test": ["pytest", "black", "hypothesis", "cogapp"],
|
||||
"docs": ["furo", "sphinx-autobuild", "codespell"],
|
||||
"docs": ["furo", "sphinx-autobuild", "codespell", "sphinx-copybutton"],
|
||||
"mypy": [
|
||||
"mypy",
|
||||
"types-click",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue