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 d994584 commit 35b94b7Copy full SHA for 35b94b7
Doc/requirements.txt
@@ -7,7 +7,10 @@ sphinx==4.5.0
7
8
blurb
9
10
-sphinx-lint<1
+# sphinx-lint 0.6.2 yields many default role errors due to the new regular
11
+# expression used for default role detection, so we don't use the version
12
+# until the errors are fixed.
13
+sphinx-lint==0.6.1
14
15
# The theme used by the documentation is stored separately, so we need
16
# to install that as well.
0 commit comments