We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63d2e6 commit 5a25a8eCopy full SHA for 5a25a8e
1 file changed
rtd-docs/Makefile
@@ -79,7 +79,7 @@ pymarkdownlnt-install:
79
install: $(VENVDIR)
80
81
run: install
82
- . $(VENV); $(VENVDIR)/bin/sphinx-autobuild -b dirhtml --host $(SPHINX_HOST) --port $(SPHINX_PORT) "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS)
+ . $(VENV); $(VENVDIR)/bin/sphinx-autobuild -b dirhtml --host $(SPHINX_HOST) --port $(SPHINX_PORT) "$(SOURCEDIR)" "$(BUILDDIR)" --ignore "reference/api-reference/api-v2-generated.md" --ignore "reference/cli-reference/*" $(SPHINXOPTS)
83
84
# Does not depend on $(BUILDDIR) to rebuild properly at every run.
85
html: install
0 commit comments