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
commit17488fa2fd9434e6808f27e29ebbaf4352633ca8 (patch)
tree51b5219c169bfe21d6270374968bd4e644397b59 /docs
parente7a0bebdb5dc4b436b8b610bcb4f01afc33152e0 (diff)
downloadvyos-documentation-17488fa2fd9434e6808f27e29ebbaf4352633ca8.tar.gz
vyos-documentation-17488fa2fd9434e6808f27e29ebbaf4352633ca8.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 542c49b6..c5ab6e90 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -31,7 +31,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