Skip to content

Commit 2295a82

Browse files
authored
Release 0.1.11 (fixed)
2 parents beaf300 + 3d4db9f commit 2295a82

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

requirements_dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ tox >= 3.12.4
22
pre-commit >= 2.10.1
33
flake8 >= 4.0.1
44
pytest
5+
twine
6+
build

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def absolute_links(txt):
100100
'nbsphinx==0.9.1',
101101
'nbconvert<7.5.0',
102102
'ipython>=7.21.0',
103-
'readthedocs-sphinx-ext @ git+https://github.com/readthedocs/readthedocs-sphinx-ext',
103+
'readthedocs-sphinx-ext>=2.2.5',
104104
'sphinx-autodoc-typehints',
105105
],
106106
},

0 commit comments

Comments
 (0)