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

Test with libraries with removed features. #25

Open Robpol86 opened 7 years ago

Robpol86 commented 7 years ago

Make sure docs that import from the project don't break when features are removed. Example: v1.0.0 of a Sphinx extension has .. customDirective: and the docs use it as an example. Then v2.0.0 it was renamed to .. custom_directive and the docs in that version were updated. Make sure v1.0.0 still builds.

Might need to use inheriting virtualenvs: http://stackoverflow.com/questions/12079607/make-virtualenv-inherit-specific-packages-from-your-global-site-packages