sphinxcontrib-versioning
sphinxcontrib-versioning copied to clipboard
Sphinx extension that allows building versioned docs for self-hosting.
I get the following error when trying to run this program: ``` sh-3.2# sphinx-versioning build -r 'v3.0' docs/ docs/_build/html/ => Reading config from docs/conf.py... /Library/Python/2.7/site-packages/sphinxcontrib/versioning/sphinx_.py:202: RemovedInSphinx20Warning: `sphinx.build_main()` has moved to...
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.
Thanks for an awesome and very useful project! I have one issue that keeps creeping up. I noticed that `sphinx-versioning` copies the source code directory to a temporary directory, and...
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....
Hello, I use sphinx in combination with https://github.com/michaeljones/breathe. So the build works now but my problem is that breath use the xml output from doxygen also in the sphinx html...
versions.html checks to make sure html_theme == sphinx_rtd_theme. We created a theme based off of sphinx_rtd_theme, and had to copy a modified versions.html into our theme && remove the conditional...
Yesterday, on May 16th, sphinx 1.6.1 was released. sphixcontrib-versioning does not work with that version of sphinx, since the ``StandaloneHTMLBuilder`` does not have the ``default_sidebars`` attribute anymore, so it fails...

As I understand it, we basically have two options for the "default" root version of the docs: master (or some other branch of choice) or the latest (or highest by...
Hi, thanks for doing this, it's really useful! Just a suggestion: I was trying to generate the docs using: `sphinx-versioning build docs docs/build/html` But I was getting... `=> No docs...