sphinxcontrib-versioning
sphinxcontrib-versioning copied to clipboard
Sphinx extension that allows building versioned docs for self-hosting.
Using : * sphinx-2.2.0 * sphinxcontrib-versioning-2.2.1 While running any `sphinxcontrib-versioning` command, I got : ```sh $ sphinx-versioning build --help ... File "~/.virtualenvs/docs-temp/lib/python3.6/site-packages/sphinxcontrib/versioning/sphinx_.py", line 9, in from sphinx import application, build_main,...
upstream merged + branch/commit renamed (https://github.com/sphinx-contrib/sphinxcontrib-versioning/pull/69) UPD: add reproduce details python 3.7.5 ``` Package Version ----------------------------- ---------- ... Sphinx 2.2.2 sphinxcontrib-applehelp 1.0.1 sphinxcontrib-devhelp 1.0.1 sphinxcontrib-htmlhelp 1.0.2 sphinxcontrib-jsmath 1.0.1 sphinxcontrib-qthelp 1.0.2...
When running Sphinx 2.2.1, `sphinx-versioning` fails with ``` $ poetry run sphinx-versioning build docs docs/_build/html Traceback (most recent call last): File "/app/.venv/bin/sphinx-versioning", line 7, in from sphinxcontrib.versioning.__main__ import cli File...
I was looking at migrating from RTD to sphinxcontrib-versioning, but my [project](https://trio.readthedocs.io) makes extensive use of autodoc, and I was running into problems due to this. RTD always sets up...
I am using sphinx tags to hide/show contents on different branches. This works using sphinx-build to build individual branches with all options However, if I add tag options to the...
Hi! I understand that the status of sphinxcontrib-versioning is a bit complicated, but I gather from reading from the issues and PRs and from looking at a few doc setups...
Hi, I do have a test project with a "doc" folder. In the doc folder I do have a sphinx build under "doc\build\html". Then I run: ```python sphinx-versioning build -r...
When using sphinx-versioning with `html_last_updated_fmt = ''` in my conf.py file, the following crash occurs. It appears that sphinx-versioning is attempting to call the format_date function with an extra argument....
Commit e8e63b1e9968abbaff46ddd7917d2b53cb505276 in Sphinx removed `sphinx.builders.html.StandaloneHTMLBuilder.default_sidebars` so build now fails with: ``` Exception occurred: File "/Users/jd/Source/gnocchi/.tox/docs-gnocchi.xyz/lib/python2.7/site-packages/sphinxcontrib/versioning/sphinx_.py", line 60, in builder_inited app.config.html_sidebars['**'] = StandaloneHTMLBuilder.default_sidebars + ['versions.html'] AttributeError: type object 'StandaloneHTMLBuilder' has...