sphinx-contrib / sphinxcontrib-versioning

Sphinx extension that allows building versioned docs for self-hosting.
https://sphinxcontrib-versioning.readthedocs.io/en/latest/
MIT License
125 stars 81 forks source link

ConfigInject class incompatible with Sphinx 1.8 #57

Open leokoppel opened 5 years ago

leokoppel commented 5 years ago

For those keeping up with newer versions using Lingnik's patch (https://github.com/Robpol86/sphinxcontrib-versioning/pull/46):

The signature of sphinx.config.Config.__init__ changed in Sphinx 1.8. The fix is https://github.com/leokoppel/sphinxcontrib-versioning/commit/93fe26211de4322c0ddf347f51e095b580cdcd55.