We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents beaf300 + 3d4db9f commit 2295a82Copy full SHA for 2295a82
2 files changed
requirements_dev.txt
@@ -2,3 +2,5 @@ tox >= 3.12.4
2
pre-commit >= 2.10.1
3
flake8 >= 4.0.1
4
pytest
5
+twine
6
+build
setup.py
@@ -100,7 +100,7 @@ def absolute_links(txt):
100
'nbsphinx==0.9.1',
101
'nbconvert<7.5.0',
102
'ipython>=7.21.0',
103
- 'readthedocs-sphinx-ext @ git+https://github.com/readthedocs/readthedocs-sphinx-ext',
+ 'readthedocs-sphinx-ext>=2.2.5',
104
'sphinx-autodoc-typehints',
105
],
106
},
0 commit comments