Skip to content
Success

Changes

Summary

  1. Switch default domain to the reStructuredText domain (details)
  2. Changes from upstream repositories:  openmicroscopy (details)
Commit 522ee49be0c474bdc88afce3da32f5b8ebb0375c by sbesson
Switch default domain to the reStructuredText domain

See https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-primary_domain
and https://www.sphinx-doc.org/en/master/usage/domains/index.html

The definition of a custom property cross-reference clashes with the
directive defined in the Python domain which is the default domain.
To fix the usage without updating all references, this changes the
default domain to rst and updates all directives, roles and references
specific to the Python domain in the table documentation page to use
the py namespace

The definition of the custom property cross-reference is also amended
to use an indextemplate value consistent with the reference
documentation
The file was modifiedomero/developers/Tables.rst (diff)
The file was modifiedomero/conf.py (diff)
Commit 6be2d53caeb9e40dbadf1e45a111ae31bb01bd80 by 41898282+github-actions[bot]
Changes from upstream repositories:  openmicroscopy
The file was modifiedomero/conf_autogen.py (diff)