File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -204,12 +204,11 @@ linkcheck:
204
204
# fix).
205
205
# => Failure
206
206
# (a) Do no proceed and let this message be printed for future
207
- # # debugging/maintainance effors.
208
- # test -h $(TEMP_TEST_DOC_DIR) \
209
- # || ln -sT $(CURRENT_DOC_DIR) $(TEMP_TEST_DOC_DIR) \
210
- # && $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck \
211
- # ; rm $(TEMP_TEST_DOC_DIR)
212
- $(SPHINXBUILD ) -b linkcheck $(ALLSPHINXOPTS ) $(BUILDDIR ) /linkcheck
207
+ # debugging/maintainance effors.
208
+ test -h $(TEMP_TEST_DOC_DIR ) \
209
+ || ln -sT $(CURRENT_DOC_DIR ) $(TEMP_TEST_DOC_DIR ) \
210
+ && $(SPHINXBUILD ) -b linkcheck $(ALLSPHINXOPTS ) $(BUILDDIR ) /linkcheck \
211
+ ; rm $(TEMP_TEST_DOC_DIR )
213
212
@echo
214
213
@echo " Link check complete; look for any errors in the above output " \
215
214
" or in $( BUILDDIR) /linkcheck/output.txt."
You can’t perform that action at this time.
0 commit comments