Releases: DriesSchaumont/sphinx-subprojecttoctree
Releases · DriesSchaumont/sphinx-subprojecttoctree
0.5.4
- Add support for sphinx 7.0 (#68)
0.5.3
- Officially support python 3.11 (by adding it to the tests) (#59)
- Add support for sphinx 6.0 (#63)
0.5.2
- Next and previous link now work when the sphinx readthedocs extension (readthedocs-sphinx-ext) is installed (which is the case with online builds) (#57)
0.5.1
- Fixed an issue where the HTML builder was not compatible with the builder from readthedocs-sphinx-ext, causing AttributeError when building subprojects on readthedocs (#55)
0.5.0
- Support Sphinx 5.2 and 5.3 (#43 and #44)
- Support sphinx-rtd-theme 1.1.* (#51)
- Fix an issue 'next' and 'previous' buttons were not being generated when they link to a subproject or master project (#45)
0.4.0
- Support Sphinx 4.5, 5.0 and 5.1 (#35).
- Loosen requests dependency to major version (#35).
0.3.1
- When generating a subproject toc, correct links to other subprojects are now generated (#33).
0.3.0
- Fix the index file of a subproject not being updated when the master projecrt index is changed (#30).
- Fix an issue where entries in the master project index are not included when they are listed after a subproject (#28).
- Add missing request dependency (#25).
0.2.0
- Fixed an issue where the master toctree entries would be added to all subproject root toctrees (#12).
- Do not raise when using a non-html builder (#14).
- Subprojecttoctree now raises an error when trying to create nested subprojects (#18).
0.1.4
- Fix: Explicit toctree entries causes 'toctree contains reference to nonexisting document' (#10)