Add dev docs warning banner and RTD version strategy
RTD version setup:
- "stable" = default version users land on (latest non-prerelease tag)
- "latest" = dev docs from master branch (hidden, accessible by URL)
- Tags like v0.9.10 auto-build as versioned releases
Features:
- Dev warning banner shown on /en/latest/ pages via template override
- conf.py detects dev builds from version string or READTHEDOCS_VERSION
- Version switcher enabled in sphinx-rtd-theme
- Document RTD admin settings needed in .readthedocs.yaml comments
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Rebuild docs for new ArchiveBox v0.9.x architecture
- Remove stale abx_plugin/abx_spec apidocs (plugins moved to separate repo)
- Remove stale archivebox.rst referencing deleted modules (extractors, parsers, index, queues, seeds, etc.)
- Regenerate autodoc2 API docs matching current dev branch module layout
- Update Contents.rst toctree to include all wiki pages
- Update conf.py: remove vendor pkg scanning, add mermaid support, suppress harmless warnings
- Fix markdown titles in Home.md and Upgrading-or-Merging-Archives.md
- Fix Upgrading.md adjacent transitions and Scheduled-Archiving.md code block lexer
- Update bin/build_docs.sh to fetch from both remotes
- Add sphinxcontrib-mermaid to requirements.txt
- Merge latest changes from both wiki and docs remotes
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>