An open API service indexing awesome lists of open source software.

https://github.com/wpilibsuite/sphinxext-delta

Sphinx extension for previewing changed github articles
https://github.com/wpilibsuite/sphinxext-delta

hacktoberfest sphinx-extension

Last synced: about 1 month ago
JSON representation

Sphinx extension for previewing changed github articles

Awesome Lists containing this project

README

        

# sphinxext-delta

Sphinx extension to generate a page of changed articles on ReadTheDocs.

## Installation

```
python -m pip install sphinxext-delta
```

## Requirements

- Sphinx >= 5
- ReadTheDocs
- GitHub

No other environments are supported.

## Usage

Add `sphinxext.delta` to your extensions list in your `conf.py`

```
extensions = [
sphinxext.delta,
]
```

## Options

There are 2 required and 1 optional configurations:

- `delta_doc_path`
- REQUIRED: Relative path to your articles. IE: `source/docs`
- `delta_inject_location`
- OPTIONAL: Relative location for the toctree to be injected. Defaults to `master_doc`.