Changelog#

2.5.0#

Release date: 2023-01-28

  • πŸ“š DOCS: Calculate version for sitemap based on current tag #53

  • πŸ§ͺ TESTS: Add Sphinx 6 env to tox #55

  • ✨ NEW: Add support for Sphinx config β€œhtml_file_suffix” #57

  • πŸ“š DOCS: Add site search optimization #58

2.4.0#

Release date: 2022-12-26

  • πŸ“š DOCS: Add ReadTheDocs docs #45

  • πŸ”§ MAINT: General code clean up #46

  • ✨ NEW: Add support for parallel mode #47

  • πŸ§ͺ TESTS: Add tests for dirhtml builder #48

  • πŸ§ͺ TESTS: Add vale support for docs #49

  • πŸ› FIX: Fix wheel includes so they don’t include docs and tests #51

  • πŸ“š DOCS: Add write-good and improve writing #52

2.3.0#

Release date: 2022-12-21

  • πŸ”§ MAINT: Clean up how package versions are handled

  • πŸ§ͺ TESTS: Install pre-commit with isort, black, and flake8 #35

  • πŸ“š DOCS: Improve the wording of the README to help with issues upgrading to Sphinx 5 #36

  • πŸ› FIX: Follow correct format for multilingual sitemaps #38

  • πŸ”§ MAINT: Update the build process #39

  • πŸ§ͺ TESTS: Add testing infrastructure #41 #42

  • πŸ”§ MAINT: Use logging for all logging messages #40

2.2.1#

Release date: 2022-11-11

  • πŸ“š DOCS: Fix sitemap_url_scheme default value in README file #32

  • πŸ”§ MAINT: Clean up package classifiers

  • πŸ”§ MAINT: Add LICENSE to source distributions #27

  • πŸ“š DOCS: Add Conda Forge badge to README file

2.2.0#

Release date: 2020-08-05

  • πŸ”§ MAINT: Add parallel_write_safe flag and set to False #20.

  • ✨ Add sitemap_locales that creates an allow list of locales #25.

  • ✨ Add sitemap_filename that allows for custom sitemap name #26.

2.1.0#

Release date: 2020-02-22

  • πŸ› FIX: Make sure the regional variants for the hreflang attribute are valid #19.

2.0.0#

Release date: 2020-02-19

  • ✨ NEW: Add 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 and language values are set. Confirm the accuracy of the sitemap after upgrading.

1.1.0#

Release date: 2019-12-12

  • ✨ NEW: Add support for DirectoryHTMLBuilder.

  • πŸ”§ MAINT: Remove unused HTMLTranslator import.

  • ✨ NEW: Make version and language each optional.

  • πŸ”§ MAINT: Add license to setup.py.

  • πŸ”§ MAINT: Mark unsafe for parallel reading.

1.0.2#

Release date: 2019-02-09

  • πŸ”§ MAINT: Add html_baseurl if it doesn’t exist for sphinx versions prior to 1.8.0.

1.0.1#

Release date: 2019-01-17

  • πŸ› FIX: Fix for AttributeError: No such config value: html_baseurl on versions of sphinx older than 1.8.0.

1.0.0#

Release date: 2019-01-17

  • πŸ”§ MAINT: Use native html_baseurl, instead of the custom site_url. It checks for both for backwards compatibility.

  • ✨ NEW: Add support for multiple languages.

0.3.1#

Release date: 2018-03-04

  • πŸ“š DOCS: Add instructions on maintaining PyPI version to the docs

0.3.0#

Release date: 2018-03-04

  • πŸ”§ MAINT: Remove unnecessary HTMLTranslator.

  • πŸ“š DOCS: Improve documentation

0.2#

Release date: 2017-11-28

  • πŸ”§ MAINT: Fix PyPI description

0.1#

Release date: 2017-11-28

  • Initial Release πŸŽ‰