Sphinx extension to generate a page of changed articles on ReadTheDocs.
python -m pip install sphinxext-delta
- Sphinx >= 5
- ReadTheDocs
- GitHub
No other environments are supported.
Add sphinxext.delta to your extensions list in your conf.py
extensions = [
"sphinxext.delta",
]
There is 1 required and 1 optional configuration:
delta_doc_path- REQUIRED: Relative path to your articles. IE:
source/docs
- REQUIRED: Relative path to your articles. IE:
delta_inject_location- OPTIONAL: Relative location for the toctree to be injected. Defaults to
index.rst.
- OPTIONAL: Relative location for the toctree to be injected. Defaults to