ArviZ docs should be built off latest release, not master
See original GitHub issueDescribe the bug As in the title.
To Reproduce
For example, currently the plot_forest
doc page lists the plot_forest
function to take the coords
argument, and the little 0.5.1
in the navigation bar immediately made me think it was a released feature in 0.5.1
. However, this was only merged in https://github.com/arviz-devs/arviz/pull/835, which has not yet been released.
Expected behavior Ideally there would be a set of built docs for every version, but I realize that ArviZ is still in beta and that that would be a lot of work. However, I think it’s reasonable to expect that the served docs document only the latest release of ArviZ.
Additional context
I would be happy to submit a patch for this, but I’m not really sure about the docs pipeline. I assume this line in the deploy_docs.sh
file is relevant, but I suspect it’s not a one-line change…
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (7 by maintainers)
Following on from #1196:
The docs currently have ‘0.7.0’ written at the top of the page and in the page title, implying that they relate to the latest release.
Until this is resolved, would it be possible to append ‘-dev’ to the docs label to make it clear that it relates to the dev branch and not the latest release?
Closing as it is superseeded by #2012