- ``doctest`` sphinx extension has been moved to ``pytest-doctestplus`` and therefore ``pytest-doctestplus`` is now a required dependency. [45]
1.4
----------------
- Updated intersphinx links. [32, 36]
- Removed LaTeX preamble section redefining warnings and notes. [34]
- Added support for numpydoc intersphinx xref. [40]
- Dropped support for Python 3.6. [42]
1.3
----------------
- Add extension to include generated config in the docs. [30]
1.2
----------------
- Updated minimum required version of Sphinx to 1.7 as Numpydoc dropped support for Sphinx older than 1.6 and the inherit docstring feature is only available in Sphinx 1.7 or greater. [19, 24]
- Make sure all extensions are marked as parallel-safe. [26]
1.1.1
------------------
- Fix app.info() deprecation warning for Sphinx >= 1.6. [17]
1.1
----------------
- Added a new extension for controlling whether intersphinx is used on the command-line.
- Added a new extension to give a clear warning if the _static folder is missing.