question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

title bar of docs displays incorrect version

See original GitHub issue

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. docs-snapshot

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!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
keewiscommented, Jul 30, 2020

to fix that, we’d need to install the project using pip, but RTD uses --upgrade --upgrade-strategy eager without --no-deps which means we wouldn’t be able to use version pinning. So I guess we have to wait on RTD?

0reactions
keewiscommented, Aug 18, 2020

they don’t want to add --no-deps to the install command (see https://github.com/readthedocs/readthedocs.org/issues/7345#issuecomment-675587158), but we can work around that by appending

  - 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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Wrong document title shows when I open a file
Regardless of version of Acrobat, whenever I open a PDF that came originally form a Word file, the wrong file title appears in...
Read more >
Troubleshoot Google Docs, Sheets, Slides & Forms error ...
Troubleshoot Google Docs, Sheets, Slides & Forms error message: "Something went wrong". If you get an error message such as "Something went wrong....
Read more >
"Close" button on the title bar is displayed incorrectly but can ...
Fixes an issue in which the "Close" button is displayed incorrectly after the SC_CLOSE command is restored in the System menu in Windows...
Read more >
PDF18: Specifying the document title using the Title entry in ...
Verify that the title for the document is correctly specified and displayed in the user agent title bar by applying one of the...
Read more >
6 fast fixes for common Google Docs problems - Computerworld
So here's the fix: Remember to rely on Docs' robust Version ... and need all the headings to exist in title case in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found