mgeier / sphinx-last-updated-by-git

:watch: Get the "last updated" time for each Sphinx page from Git
BSD 2-Clause "Simplified" License
44 stars 9 forks source link

Changed dependencies with Sphinx 5 #40

Closed mgeier closed 2 years ago

mgeier commented 2 years ago

See https://github.com/sphinx-doc/sphinx/issues/10692

As a work-around, Sphinx 4.5.0 (with docutils 0.17.1) can be used.

Once this is solved, #44 should be reverted.

mgeier commented 2 years ago

This will be fixed in Sphinx 5.2.0, see https://github.com/sphinx-doc/sphinx/pull/10855.

48 will relax the version restriction from #44.