You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The (experimental) command I then ran was: $ sphinx-versioning build -r versioned_docs -w versioned_docs -W sometag sphinx/source ./build/html, which built the default docs (versioned_docs) and the one pointed by sometag.
We should make sure that our documentation is versioned so that it stays in sync with our releases as well as
master
.https://sphinxcontrib-versioning.readthedocs.io/en/latest/index.html seems to be the way to go. However, it does not seem to be actively maintained and I had to apply the patches described here to get it working locally (see for changes required to CCF: https://github.com/microsoft/CCF/compare/master...jumaffre:versioned_docs?expand=1).
The (experimental) command I then ran was:
$ sphinx-versioning build -r versioned_docs -w versioned_docs -W sometag sphinx/source ./build/html
, which built the default docs (versioned_docs
) and the one pointed bysometag
.Let's keep an eye on the
sphinxcontrib-versioning
repo until these issues are fixed and we should hopefully be able to set this up forv0.8
.The text was updated successfully, but these errors were encountered: