diff --git a/source/Makefile b/source/Makefile index 47c4ff1a..6ef592c3 100644 --- a/source/Makefile +++ b/source/Makefile @@ -167,7 +167,7 @@ changes: linkcheck: -$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck - python3 scripts/_python/parse-link-check.py $(BUILDDIR)/linkcheck + python3 scripts/_python/linkcheck/parse-link-check.py $(BUILDDIR)/linkcheck doctest: $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest diff --git a/source/scripts/_python/link-whitelist.txt b/source/scripts/_python/linkcheck/link-whitelist.txt similarity index 100% rename from source/scripts/_python/link-whitelist.txt rename to source/scripts/_python/linkcheck/link-whitelist.txt diff --git a/source/scripts/_python/parse-link-check.py b/source/scripts/_python/linkcheck/parse-link-check.py similarity index 100% rename from source/scripts/_python/parse-link-check.py rename to source/scripts/_python/linkcheck/parse-link-check.py