sphinx-removed-in

versionremoved and removed-in directives for Sphinx


Keywords
Sphinx
License
BSD-3-Clause
Install
pip install sphinx-removed-in==0.2.2

Documentation

Sphinx Removed In Extension

https://travis-ci.org/MrSenko/sphinx-removed-in.svg?branch=master https://coveralls.io/repos/github/MrSenko/sphinx-removed-in/badge.svg?branch=master Code Health

This is a Sphinx extension which recognizes the .. versionremoved:: and .. removed-in:: directives. These are missing from Sphinx'es core markup.

Installation

Use pip to install from PyPI:

pip install sphinx-removed-in

Configure your conf.py:

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx_removed_in']

Contributing

Source code and issue tracker are at https://github.com/MrSenko/sphinx-removed-in