| Age | Commit message (Collapse) | Author |
|
Adapted from PR #2014 on rolling, tailored to this branch's actual
state.
This branch (circinus, 1.5.x LTS) is mostly migrated to MyST
Markdown. 11 RST pages remain in the build alongside the .md set:
- docs/changelog/index.rst + docs/changelog/{1.2.1..1.2.6, 1.3,
1.4, 1.5}.rst (auto-generated; stayed RST)
- docs/automation/terraform/terraformvyos.rst
source_suffix in docs/conf.py is `['.rst', '.md']` to cover both.
Changes:
- README.md: new `## Source format` section naming the legacy RST
pages, pointing at the `_rst_legacy/` archive, and noting the
MyST-fence form for VyOS command directives in .md pages. The
`## Contributing` blurb drops the now-imprecise "MyST for migrated
pages, RST for the rest" phrasing.
- AGENTS.md: `## Project` and `### Source files` sections updated
to enumerate the 11 remaining RST pages explicitly so contributors
know which files are still RST and which to write as MyST.
Linter origin claim ("doc-linter.py from the vyos/.github repo")
left intact — that script is NOT inlined on this branch (the inline
move on rolling at 2026-05-10 has not been backported to circinus).
🤖 Generated by [robots](https://vyos.io)
|
|
- Rewrite README.md: drop Python 2 install dance, drop `sphinx-panels`
(removed years ago), drop `sudo pip install` antipattern, replace with
venv + requirements.txt path. Refresh the branch table to current
naming, point contributors at AGENTS.md for the full guide. Refresh
the docs status badge to reference `rolling` (was `latest`).
- AGENTS.md: replace remaining `current` branch references with
`rolling` in the branch table, the "PRs target …" line, and the RTD
layout table Branch column. The default branch was renamed
`current` → `rolling` on 2026-05-10 (commit 8dbf8b05 only swept CI).
🤖 Generated by [robots](https://vyos.io)
|
|
The Test-the-docs section documented running vale through Docker, but
vale is not in the Docker image, no .vale.ini exists, and no styles
directory is present. CI uses vyoslinter (doc-linter.py) for linting.
🤖 Generated by [robots](https://vyos.io)
(cherry picked from commit 2fcc13e8f3004d0a55382601b3ce141ea976f5af)
|
|
|
|
|
|
|
|
|
|
|
|
Replace links to the phabricator site from https://phabricator.vyos.net to
https://vyos.dev
|
|
|
|
|
|
|
|
|
|
|
|
it just redirects to docs.vyos.io, seems pointless to list to me
|
|
|
|
The current requirements.txt does not include sphinx-autobuild
(it is part of the python3-sphinx on buster)
sphinx-rtd-theme is available as a debian package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|