- Renamed
[v2]
optional dependencies key to[confv2]
to avoid triggering build error in Python 3.10 or earlier. [#63]
- To switch to
pydata-sphinx-theme
, usesphinx_astropy.conf.v2
and install the[v2]
optional dependencies. [#59] - Update minimum required version of Sphinx to 3.0.0. [#57]
check_sphinx_version
is deprecated. [#57]
- Update scipy intersphinx URL. [#53]
- Ensure that jQuery is always installed with Sphinx 6+. [#56]
- Removed dependency on
distutils
. As a result,packaging
is now a dependency. [#51] - Updated
matplotlib
URL for intersphinx. [#52]
- Updated minimum required version of
pytest-doctestplus
to 0.11. [#47]
doctest
sphinx extension has been moved topytest-doctestplus
and thereforepytest-doctestplus
is now a required dependency. [#45]
- 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]
- Add extension to include generated config in the docs. [#30]
- 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]
- Fix app.info() deprecation warning for Sphinx >= 1.6. [#17]
- 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.
- Initial standalone version of this package (formerly packaged as part of astropy-helpers)