You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add sphinx-markdown-builder to produce .md files alongside HTML output.
Agents and LLMs can consume docs at /2.0/markdown/<path>.md without
HTML parsing overhead.
- Add sphinx-markdown-builder dependency to pyproject.toml
- Register sphinx_markdown_builder extension in conf.py
- Add md1/md2/markdown/merge-markdown Makefile targets
- Update llms.txt generator to point to markdown URLs
- Add link tag to landing page for llms.txt discovery
- Fix deprecated app.warn in redirects extension for non-HTML builders
- Add custom node handlers for tip/danger/caution/admonition directives
0 commit comments