Skip to content

Commit 5a25a8e

Browse files
committed
fix(docs): ignore automatically generated files
1 parent e63d2e6 commit 5a25a8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rtd-docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pymarkdownlnt-install:
7979
install: $(VENVDIR)
8080

8181
run: install
82-
. $(VENV); $(VENVDIR)/bin/sphinx-autobuild -b dirhtml --host $(SPHINX_HOST) --port $(SPHINX_PORT) "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS)
82+
. $(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)
8383

8484
# Does not depend on $(BUILDDIR) to rebuild properly at every run.
8585
html: install

0 commit comments

Comments
 (0)