Skip to content

Releases: DriesSchaumont/sphinx-subprojecttoctree

0.5.4

25 Aug 20:51
399f390
Compare
Choose a tag to compare
  • Add support for sphinx 7.0 (#68)

0.5.3

15 Jun 20:25
899e381
Compare
Choose a tag to compare
  • Officially support python 3.11 (by adding it to the tests) (#59)
  • Add support for sphinx 6.0 (#63)

0.5.2

12 Nov 16:28
Compare
Choose a tag to compare
  • 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

11 Nov 11:43
ba2c2dc
Compare
Choose a tag to compare
  • 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

09 Nov 22:03
Compare
Choose a tag to compare
  • 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

30 Aug 07:13
Compare
Choose a tag to compare
  • Support Sphinx 4.5, 5.0 and 5.1 (#35).
  • Loosen requests dependency to major version (#35).

0.3.1

05 May 13:31
Compare
Choose a tag to compare
  • When generating a subproject toc, correct links to other subprojects are now generated (#33).

0.3.0

05 May 08:26
Compare
Choose a tag to compare
  • 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

17 Feb 14:34
Compare
Choose a tag to compare
  • 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

11 Feb 12:40
4c2f892
Compare
Choose a tag to compare
  • Fix: Explicit toctree entries causes 'toctree contains reference to nonexisting document' (#10)