Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5bab0 commit cbfc851Copy full SHA for cbfc851
1 file changed
requirements.txt
@@ -1,4 +1,6 @@
1
potodo==0.21.3
2
powrap==1.0.1
3
sphinx-intl==2.2.0
4
-sphinx-lint==1.0.0
+# avoid unnecessary parentheses search in old Python Docs
5
+sphinx-lint==1.0.0; python_version >= "3.12"
6
+sphinx-lint==0.9.1; python_version < "3.12"
0 commit comments