diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile | 3 | ||||
| -rw-r--r-- | docs/_swap.txt | 3 | ||||
| -rw-r--r-- | docs/conf.py | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/Makefile b/docs/Makefile index a2305e15..29ef3906 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -41,8 +41,7 @@ pdf: swap livehtml: swap @trap '$(SWAP) --restore' EXIT; \ sphinx-autobuild --host $(AUTOHOST) --port $(AUTOPORT) \ - --ignore '*/_build/*' \ - --ignore '*/md-*' \ + --ignore '$(BUILDDIR)/**' \ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) defaultvalue: export VYOS_DEFAULT=True diff --git a/docs/_swap.txt b/docs/_swap.txt index cee6841e..43e32cc5 100644 --- a/docs/_swap.txt +++ b/docs/_swap.txt @@ -113,7 +113,8 @@ installation/virtual/eve-ng configexamples/site-2-site-cisco contributing/upstream-packages -# Newly added 2026-04-29 (post cfgcmd/opcmd single-line body fix, BackstopJS <5%) +# Newly added 2026-04-29 (post cfgcmd/opcmd single-line body fix, +# BackstopJS <5%) configuration/policy/as-path-list configuration/policy/community-list configuration/policy/extcommunity-list diff --git a/docs/conf.py b/docs/conf.py index 62982333..c13397a9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -88,7 +88,7 @@ gettext_uuid = False # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path . -exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store', '_include/vyos-1x', '**/md-*.md'] +exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store', '_include/vyos-1x'] import pathlib _build = pathlib.Path(__file__).parent / '_build' |
