Mismatch of python install requirements between web documentation and v2.5.0 release. #911
Replies: 1 comment
-
Closed because I decided this should be an issue: #913 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I cloned the repository and checked out the latest release (v2.5.0). In following the install instructions online, I noticed they include the following line:
But the v2.5.0 release doesn't have
requirements_dev.txt
, onlyrequirements.txt
andrequirements_optional.txt
.I see that the online documentation main page shows "Status: version 2.5.38" in the sidebar.
Is the disconnect here coming from the online documentation being tied to the develop branch? Is there a way to let the viewer select the branch for the documentation? If not, can we change the online documentation to show the latest release, not the develop branch? Users of the develop branch will typically be more equipped to build the specific documentation for that branch than users cloning the most recent stable release.
I also noticed the
requirements_dev.txt
uses specific versions for packages, which is really important for consistent release builds. Thank you!Beta Was this translation helpful? Give feedback.
All reactions