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
When I introduced the sphinx-multiversion extension in e2f5e5f as part of #15, it had the unintended consequence of preventing us from previewing edits that haven't been committed yet.
That is to say, the extension works by checking out each branch or tag so you only see what's been committed, not what you just edited.
The text was updated successfully, but these errors were encountered:
We want `make html` to work fine for devs who are editing the docs and
want to preview changes. Devs or doc writers or whatever.
When we build the docs to deploy to production, we want all the versions
of the docs to be built. These are only built from tags or the commits
in branches. That's how the sphinx-multiversion extension works. To call
this purpose `make versions` has been added.
When I introduced the
sphinx-multiversion
extension in e2f5e5f as part of #15, it had the unintended consequence of preventing us from previewing edits that haven't been committed yet.That is to say, the extension works by checking out each branch or tag so you only see what's been committed, not what you just edited.
The text was updated successfully, but these errors were encountered: