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

Missing cross-references for OMERO properties #2434

Open
sbesson opened this issue Jun 26, 2024 · 0 comments
Open

Missing cross-references for OMERO properties #2434

sbesson opened this issue Jun 26, 2024 · 0 comments

Comments

@sbesson
Copy link
Member

sbesson commented Jun 26, 2024

Noticed while working on #2433, the cross-references for the OMERO properties are currently broken. Looking at the historical releases, this regression seems to have introduced during the migration to readthedocs.
For instance, compare the omero.ldap.base markup in https://docs.openmicroscopy.org/omero/5.6.4/sysadmins/server-ldap.html vs https://omero.readthedocs.io/en/v5.6.5/sysadmins/server-ldap.html.

The relevant logic is in

app.add_crossref_type(
directivename = "property",
rolename = "property",
indextemplate = "%s",
)

There are a few factors that might have caused this regression but the two obvious ones coming to mind are:

1- change in newer Sphinx major version (5.6.4 was built with Sphinx 3 vs Sphinx 5 for 5.6.5)
2- self-hosted vs readthedocs infrastructure.

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