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

Fix the hoverxref configuration #4496

Closed
Gallaecio opened this issue Apr 15, 2020 · 0 comments · Fixed by #4503
Closed

Fix the hoverxref configuration #4496

Gallaecio opened this issue Apr 15, 2020 · 0 comments · Fixed by #4503
Milestone

Comments

@Gallaecio
Copy link
Member

You shouldn't override hoverxref_version and hoverxref_project since they are taken automatically from Read the Docs.

If you want to avoid your CI failing because of this, you can define the environment variables as Read the Docs does:

READTHEDOCS_PROJECT=scrapy
READTHEDOCS_VERSION=''

With the current configuration, all the versions built on Read the Docs will point to a different version on Read the Docs and this will conflict. For example, current master version in Read the Docs defines hoverxref_version='2.0.0' but that version does not exist on Read the Docs and the tooltip does not known where to get the content from.

@humitos at #4480 (comment)

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

Successfully merging a pull request may close this issue.

1 participant