Skip to content

Latest commit

 

History

History
196 lines (137 loc) · 11.2 KB

CHANGELOG.rst

File metadata and controls

196 lines (137 loc) · 11.2 KB

Changelog

Version 1.0.2

Date:May 23, 2024
  • Add tests for Python 3.12
  • Remove warning about unclosed files
  • Allow str and None types on notfound_urls_prefix
  • Run pyupgrade and ruff on the codebase

Version 1.0.1

Date:May 21, 2024
  • Do not create 404 page for embedded
  • Small documentation improvements

Version 1.0.0

Date:August 30, 2023

Version 1.0.0rc0

Date:August 24, 2023
  • Add support for Sphinx 7.x
  • Drop support for older versions of Sphinx. Currently, only Sphinx>=5 is tested and supported.
  • Drop support for Python 2.7
  • Drop support for docutils < 0.17
  • Remove deprecated configs (notfound_no_urls_prefix, notfound_default_language, notfound_default_version)

Version 0.8.3

Date:July 13, 2022

Making the release properly and uploading it to PyPI.

Version 0.8.2

Date:July 13, 2022

Mistake while releasing with bumpver.

Version 0.8.1

Date:July 13, 2022
  • Handle special case on Read the Docs URLs (#200)

Version 0.8

Date:October 11, 2021
  • Update all Python dependencies via pyup bot
  • Update test suite to run tests on Python 3.10, test on Sphinx 4 and pin docutils
  • Fix issue with HTML logo/favicon on Sphinx 4.2.x

Version 0.7.1

Date:May 20, 2021

Version 0.7

Date:May 20, 2021

Version 0.6

Date:January 04, 2021

Version 0.5

Date:July 23, 2020

Version 0.4

Date:June 11, 2019
  • @humitos: Copy image into output dir when using .. image:: directive (#46)
  • @humitos: Allow using image directive with non-local images (#40)
  • @humitos: Pin Sphinx below 2.0 because it does not render properly (#53)
  • @pyup-bot: Update sphinxemoji to 0.1.1 (#51)
  • @humitos: Run tox docs with -W (#49)
  • @humitos: Use :orphan: to remove Sphinx warning (#47)
  • @humitos: Copy image into output dir when using .. image:: directive (#46)
  • @acozine: Improves configuration page of documentation (#45)
  • @humitos: Specify extension metadata (#44)
  • @stsewd: Don't list sphinx as a requirement (#43)
  • @humitos: Run tests on Sphinx 2.1.0 (#37)
  • @humitos: Add useful resources in the index docs page (#34)
  • @humitos: Generate proper Toctree URLs when _version and _language are set (#31)
  • @humitos: Setup travis-ci (#30)
  • @humitos: Resolve internal Sphinx javascript resources URLs (#29)
  • @humitos: Generate valid links for toctree when using DirectoryHTMLBuilder (#28)
  • @humitos: Docs for "How it works" (#23)
  • @humitos: More tox test envs (#22)
  • @humitos: Allow ..image:: directive on 404.rst (#21)
  • @humitos: Tests for toctree links (#19)

Version 0.3

Date:May 25, 2019
  • Better documentation
  • #13 Added notfound_no_urls_prefix configuration

Version 0.2.1

Date:March 29, 2019
  • Fix release version issue

Version 0.2

Date:March 29, 2019
  • #6 Sidebar links broken

Version 0.1

Date:February 4, 2019

Initial release.