diff --git a/requirements_dev.txt b/requirements_dev.txt index d97e855d..cb8ddec6 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,3 +2,5 @@ tox >= 3.12.4 pre-commit >= 2.10.1 flake8 >= 4.0.1 pytest +twine +build diff --git a/setup.py b/setup.py index 7b5c98d4..0d47670e 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,7 @@ def absolute_links(txt): 'nbsphinx==0.9.1', 'nbconvert<7.5.0', 'ipython>=7.21.0', - 'readthedocs-sphinx-ext @ git+https://github.com/readthedocs/readthedocs-sphinx-ext', + 'readthedocs-sphinx-ext>=2.2.5', 'sphinx-autodoc-typehints', ], },