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 e88c693 commit 4d31551Copy full SHA for 4d31551
Makefile
@@ -26,8 +26,8 @@ $(VIRTUALENV):
26
source ./$@/bin/activate ;\
27
pip install -r requirements.txt
28
29
-# lint and link verification. linkcheck is built into sphinx
30
-test: lint spelling linkcheck
+# lint and spelling verification. linkcheck is skipped to avoid warnings during development
+test: lint spelling
31
32
# lint all .rst files
33
lint: $(VIRTUALENV)
0 commit comments