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

Does not work with autosummary #79

Closed KinWaiCheuk closed 3 years ago

KinWaiCheuk commented 3 years ago

I am using autosummary to generate one page for each function. When I run sphinxcontrib-versioning build, there are lots of errors saying functions not found (I removed some functions in my new code version). And the html generated have wrong functions list for the old versions, it seems to me that the old versions are all changed to the new code under the autosummary session.

Other part of the documentation outside the autosummary session are correct tho.

So sphinxcontrib-versioning does not support autosummary?

KinWaiCheuk commented 3 years ago

This problem is same as #38