We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bfdb88 commit 9f2941bCopy full SHA for 9f2941b
tox.ini
@@ -69,7 +69,8 @@ usedevelop = true
69
commands =
70
#sphinx-build {posargs:-E} -b doctest docs dist/docs
71
sphinx-build {posargs:-E} -b html docs dist/docs
72
- sphinx-build -b linkcheck docs dist/docs
+ # sphinx-build -b linkcheck docs dist/docs
73
+ sphinx-build -b docs dist/docs
74
# for GitHub pages
75
python3 -c 'open("dist/docs/.nojekyll","w")'
76
0 commit comments