scipy: DOC: from dev, version switcher doesn't switch correctly

Issue with current documentation:

In SciPy 1.10.1, we can click [source] to visit the source code underlying a feature, and the version switcher can be used to switch to past or future versions of the feature documentation. For example, the documentation of scipy.linalg.solve looks like:

image

In dev, however, the [source] link no longer appears, and the version switcher navigates to index.html of the selected version.

image

About this issue

  • Original URL
  • State: open
  • Created a year ago
  • Reactions: 1
  • Comments: 15 (15 by maintainers)

Most upvoted comments

Yeah, I didn’t do what I said I’d do, I’ll try to do it today, but prioritizing RC1 for 1.12.0 first.

Before you spend too much time, I’m almost certain it is because after merging PRs like this one (https://github.com/scipy/docs.scipy.org/pull/84) we need an extra upload step. Usually Ralf does it but I can do it too, though it probably won’t happen today.

I’ll make a note to circle back, but you’ll probably notice that the version switcher is missing for 1.11.3 and 1.11.4, but is “ok” for prior versions, and that 1.11.3 and 1.11.4 also aren’t listed on docs.scipy.org version list, so that’s a likely culprit.

I’ll make a calendar note to circle back…

Going to https://docs.scipy.org/doc/scipy/, the version switcher now seems to not be working at all. I will try and take a look as soon as possible but if it’s a CORS issue not sure what else we can do from this side…