Release date: 2024-04-28
- |:wrench:| MAINT: Fix deprecated sphinx.testing.path #83
- Drop test support for Python 3.7 and Sphinx 2, 3, and 4.
- |:sparkles:| NEW: Add sitemap_excludes configuration #91
Release date: 2023-08-17
- |:bug:| FIX: Fix Path use for Sphinx 7.2 #70
- |:bug:| FIX: Fix incremental building by preventing multiprocessing queue from being pickled with environment #62
- |:wrench:| MAINT: Add docstrings and type hints #61
Release date: 2023-01-28
- |:books:| DOCS: Calculate version for sitemap based on current tag #53
- |:test_tube:| TESTS: Add Sphinx 6 env to tox #55
- |:sparkles:| NEW: Add support for Sphinx config "html_file_suffix" #57
- |:books:| DOCS: Add site search optimization #58
Release date: 2022-12-26
- |:books:| DOCS: Add ReadTheDocs docs #45
- |:wrench:| MAINT: General code clean up #46
- |:sparkles:| NEW: Add support for parallel mode #47
- |:test_tube:| TESTS: Add tests for
dirhtml
builder #48 - |:test_tube:| TESTS: Add vale support for docs #49
- |:bug:| FIX: Fix wheel includes so they don't include docs and tests #51
- |:books:| DOCS: Add write-good and improve writing #52
Release date: 2022-12-21
- |:wrench:| MAINT: Clean up how package versions are handled
- |:test_tube:| TESTS: Install pre-commit with
isort
,black
, andflake8
#35 - |:books:| DOCS: Improve the wording of the README to help with issues upgrading to Sphinx 5 #36
- |:bug:| FIX: Follow correct format for multilingual sitemaps #38
- |:wrench:| MAINT: Update the build process #39
- |:test_tube:| TESTS: Add testing infrastructure #41 #42
- |:wrench:| MAINT: Use logging for all logging messages #40
Release date: 2022-11-11
- |:books:| DOCS: Fix :confval:`sitemap_url_scheme` default value in README file #32
- |:wrench:| MAINT: Clean up package classifiers
- |:wrench:| MAINT: Add LICENSE to source distributions #27
- |:books:| DOCS: Add Conda Forge badge to README file
Release date: 2020-08-05
- |:wrench:| MAINT: Add
parallel_write_safe
flag and set to False #20. - |:sparkles:| Add :confval:`sitemap_locales` that creates an allow list of locales #25.
- |:sparkles:| Add :confval:`sitemap_filename` that allows for custom sitemap name #26.
Release date: 2020-02-22
Release date: 2020-02-19
|:sparkles:| NEW: Add :confval:`sitemap_url_scheme` that allows the URL scheme to be customized with a default of
{version}{lang}{link}
#22.Note
This has the potential to be a breaking change depending on how the
version
andlanguage
values are set. Confirm the accuracy of the sitemap after upgrading.
Release date: 2019-12-12
- |:sparkles:| NEW: Add support for
DirectoryHTMLBuilder
. - |:wrench:| MAINT: Remove unused
HTMLTranslator
import. - |:sparkles:| NEW: Make
version
andlanguage
each optional. - |:wrench:| MAINT: Add license to setup.py.
- |:wrench:| MAINT: Mark unsafe for parallel reading.
Release date: 2019-02-09
- |:wrench:| MAINT: Add
html_baseurl
if it doesn't exist for sphinx versions prior to 1.8.0.
Release date: 2019-01-17
- |:bug:| FIX: Fix for
AttributeError: No such config value: html_baseurl
on versions of sphinx older than 1.8.0.
Release date: 2019-01-17
- |:wrench:| MAINT: Use native
html_baseurl
, instead of the customsite_url
. It checks for both for backwards compatibility. - |:sparkles:| NEW: Add support for multiple languages.
Release date: 2018-03-04
- |:books:| DOCS: Add instructions on maintaining PyPI version to the docs
Release date: 2018-03-04
- |:wrench:| MAINT: Remove unnecessary
HTMLTranslator
. - |:books:| DOCS: Improve documentation
Release date: 2017-11-28
- |:wrench:| MAINT: Fix PyPI description
Release date: 2017-11-28
- Initial Release |:tada:|