Skip to content

Commit

Permalink
Update docs version switcher text
Browse files Browse the repository at this point in the history
Co-Authored-By: RDaxini <143435106+RDaxini@users.noreply.github.com>
  • Loading branch information
echedey-ls and RDaxini committed Jul 18, 2024
1 parent 8aeb039 commit df5ca46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx/source/_static/version-alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function warnOnLatestVersion() {
"<p class='last'> " +
"This document is for an <strong>unreleased development version</strong>. " +
"Documentation is available for the <a href='/en/stable/'>current stable release</a>, " +
"or for older versions through the &ldquo;v:&rdquo; menu at bottom right." +
"or for older versions through the &ldquo;v:&rdquo; menu at bottom left." +
"</p>";
warning.querySelector('a').href = window.location.pathname.replace('/latest', '/stable');

Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/source/user_guide/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ If you see a function in the pvlib documentation that doesn't seem to exist
in your pvlib installation, the documentation is likely for a different version
of pvlib. You can check your installed pvlib version by running
``print(pvlib.__version__)`` in python. To switch documentation versions, use
the `v:` version switcher widget in the bottom right corner of this page.
the `v:` version switcher widget in the bottom left corner of this page.

You can also upgrade your installed pvlib to the latest compatible version
with ``pip install -U pvlib``, but be sure to check the :ref:`whatsnew`
Expand Down

0 comments on commit df5ca46

Please sign in to comment.