spacetelescope / cubeviz

Data analysis package for cubes. https://cubeviz.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
15 stars 25 forks source link

Readthedocs latest vs. v0.3 #586

Closed hcferguson closed 3 years ago

hcferguson commented 5 years ago

Readthedocs shows the latest documentation when you ask for 'latest'....but the latest release of cubeviz is v0.3.0 and when you pull up the v0.3.0 docs on readthedocs it shows an older version.

SaOgaz commented 5 years ago

Looks like RTD is pulling the v0.3.0 from the v0.3.x branch... which does not have all the updates to the docs. For example see:

https://github.com/spacetelescope/cubeviz/commits/master/docs/index.rst vs https://github.com/spacetelescope/cubeviz/commits/v0.3.x/docs/index.rst

@brechmos-stsci did the v0.3.x branch not actually get all the commits from master?