Skip to content
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

Version picking not working with sphinx-gallery #56

Open
riedgar-ms opened this issue Nov 10, 2020 · 0 comments
Open

Version picking not working with sphinx-gallery #56

riedgar-ms opened this issue Nov 10, 2020 · 0 comments

Comments

@riedgar-ms
Copy link

We are using sphinx-multiversion for our documentation, but the version cross-referencing isn't working on pages generated by sphinx-gallery (it works on other pages within our docs).

To see the issue, compare:
https://fairlearn.github.io/master/auto_examples/index.html
https://fairlearn.github.io/v0.5.0/auto_examples/index.html
Even though the paths are the same, the version picker in the left sidebar is not finding the link. In contrast, the 'regular' pages work OK. For example:
https://fairlearn.github.io/v0.5.0/quickstart.html
has the different versions linked in the left sidebar (note that we're not too concerned about v0.4.6 - a lot of things were moved around, so some breaks there are expected).

Our conf.py is at:
https://github.com/fairlearn/fairlearn/blob/master/docs/conf.py
and the sidebar itself is specified in:
https://github.com/fairlearn/fairlearn/blob/master/docs/_templates/version-sidebar.html

We install sphinx-multiversion from the default branch on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant