-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
title bar of docs displays incorrect version #4289
Comments
thanks. Yes, there either seems to be something wrong with |
actually, it seems the reason for this is #3567: by not installing, we never call |
to fix that, we'd need to install the project using |
Thanks for tracking this down @keewis |
they don't want to add - pip
- pip:
# path to the folder containing setup.py relative to the environment file
# if I understand it correctly, this feature is only available when using editable installs
- -e ../.. to our environment file (not sure if there's documentation about this, but there's an example file). Something similar should also work with requirements files. I'll send in a PR. |
What happened:
The browser title bar displays an incorrect version when viewing the docs online. See below - title bar says 0.15.1 but actual version in URL is 0.16.0.
http://xarray.pydata.org/en/stable/
also displays 0.15.1 in the title bar, but I guess is actually showing 0.16.0 docs (?), which is confusing!The text was updated successfully, but these errors were encountered: