Link API docs to GitHub source code, refs #464

This commit is contained in:
Simon Willison 2022-08-13 09:24:02 -07:00
commit 45e24deffe
2 changed files with 26 additions and 2 deletions

View file

@ -32,7 +32,13 @@ setup(
],
extras_require={
"test": ["pytest", "black", "hypothesis", "cogapp"],
"docs": ["furo", "sphinx-autobuild", "codespell", "sphinx-copybutton"],
"docs": [
"furo",
"sphinx-autobuild",
"codespell",
"sphinx-copybutton",
"beanbag-docutils @ https://github.com/simonw/beanbag-docutils/archive/refs/heads/bytes-in-url.zip",
],
"mypy": [
"mypy",
"types-click",