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

How Sphinx Versioning Handle Package Changes Different Branches #52

Open zhanghang1989 opened 6 years ago

zhanghang1989 commented 6 years ago

It seems only use the package I have already installed locally. It does not consider the package changes between different branches. Therefore, I can only build the master branch successfully.

Please let me know how to handle this? I appreciate it.

zhanghang1989 commented 6 years ago

How to make sure that Sphinx Versioning install/use the package in each branch? Thanks a lot!