summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-10 17:35:25 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-10 17:35:25 +0300
commit1a49e4480dcc1d5cdc220b88937b81a4902e2370 (patch)
tree0d312dea2804f494ebff984dc1390b7a2a2ac873 /docs
parent3fd1787d50dda76619647dd95ea6e1d421204734 (diff)
downloadvyos-documentation-1a49e4480dcc1d5cdc220b88937b81a4902e2370.tar.gz
vyos-documentation-1a49e4480dcc1d5cdc220b88937b81a4902e2370.zip
chore: livehtml — drop stale md-* ignore, add _rst_legacy ignore
The md- prefix on MyST-migrated pages was retired; the ignore was dead config. Replace with _rst_legacy/ so sphinx-autobuild watches don't trigger on archive edits. Addresses Copilot's low-confidence suggestion on PR #1940. 🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 0b942ddb..8e6a8a45 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -30,7 +30,7 @@ livehtml:
sphinx-autobuild --host $(AUTOHOST) --port $(AUTOPORT) \
--ignore '$(BUILDDIR)/**' \
--ignore '**/_build/**' \
- --ignore '**/md-*' \
+ --ignore '**/_rst_legacy/**' \
"$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
defaultvalue: export VYOS_DEFAULT=True