Skip to content

Commit 9f2941b

Browse files
committed
chore(docs): disable linkcheck, no pages there yet
1 parent 4bfdb88 commit 9f2941b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ usedevelop = true
6969
commands =
7070
#sphinx-build {posargs:-E} -b doctest docs dist/docs
7171
sphinx-build {posargs:-E} -b html docs dist/docs
72-
sphinx-build -b linkcheck docs dist/docs
72+
# sphinx-build -b linkcheck docs dist/docs
73+
sphinx-build -b docs dist/docs
7374
# for GitHub pages
7475
python3 -c 'open("dist/docs/.nojekyll","w")'
7576

0 commit comments

Comments
 (0)