Skip to content

MrSenko/sphinx-removed-in

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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