sphinxcontrib-versioning
sphinxcontrib-versioning copied to clipboard
Sphinx extension that allows building versioned docs for self-hosting.
I cannot run the application on at least RHEL7 with git version 1.8.3.1. ``` 00:00:07.461 2016-12-13 13:08:59,411 52058 DEBUG sphinxcontrib.versioning.routines {"output": "fatal: unrecognized argument: --no-patch\n", "code": 128, "command": ["git", "show",...
Document new feature where last git authored date is set as last updated for html_last_updated_fmt.
Exception occurred: File "conf.py", line 6, in ImportError: No module named 'setup'
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...
Can a /latest or a /stable path be added that uses the newest tag?
It would be nice to be able to build the documentation in other formats (PDF, EPUB) and make them available from the sidebar as in ReadTheDocs.