sphinxcontrib-versioning
sphinxcontrib-versioning copied to clipboard
Sphinx extension that allows building versioned docs for self-hosting.
Hi people, Is there an option to stop SCversioning creating a sidebar version entry? I've a custom theme and the sphinxsidebar section is being overwritten... I can't find anything in...
There are several pylint rule we ignore: https://github.com/sphinx-contrib/sphinxcontrib-versioning/pull/68/files/7d6fc65583c5499fd6fcadc2c754d0ad69603bd2#diff-b91f3d5bd63fcd17221b267e851608e8R72-R78 Maybe we shouldn't ignore so many and instead reformat the code.
This fixes issue described in #71 close #71
Sometimes I'm getting errors like this: ``` Traceback (most recent call last): File "/Users/aivus/envs/oro-doc-version/bin/sphinx-versioning", line 11, in load_entry_point('sphinxcontrib-versioning', 'console_scripts', 'sphinx-versioning')() File "/Users/aivus/envs/oro-doc-version/lib/python2.7/site-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) File...
Thank you very much for that great plugin! I think this adds a lot of value but unfortunately it's very complex to get it up and running as most options...
StandaloneHTMLBuilder.default_sidebars was removed in sphinx ~1.6. https://github.com/sphinx-doc/sphinx/commit/e8e63b1e9968abbaff46ddd7917d2b53cb505276#diff-c17608ed63bfe1714c6befb9d4201fee Fixes #39
`--no-patch` was added in Git 1.8.4 and is a synonym for `-s`. Fixes #31
I used the fork of @leokoppel to generate the documentation, when I had installed that version of `Sphinxcontrib-versioning` I ran the following command: `sphinx-versioning build docs/source/ docs/build/html` When I got...
this is the error that i get while trying to build the versions! :) "Failed to get dates for all remote commits" => Reading config from source/conf.py... Running Sphinx v1.6.3...