-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
category: bugerrors in the code or code behaviorerrors in the code or code behaviortopic: docsIssues related to documentationIssues related to documentation
Description
The schema format overview documentation page does not reflect the stable/latest versions of the schema, it is displaying version 2.7.0 instead of 2.8.0/2.9.0-alpha.
The readthedocs builds have succeeded, but output from the logs suggests that the latest namespace version is ignored because namespace version 2.7.0 is already loaded. It's not clear to me why this would be the case.
python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
Running Sphinx v8.1.3
/home/docs/checkouts/readthedocs.org/user_builds/nwb-schema/checkouts/latest/docs/format/source/conf.py:220: SyntaxWarning: invalid escape sequence '\s'
"""
loading translations [en]... done
making output directory... done
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`.
loading intersphinx inventory 'hdmf-common-schema' from https://hdmf-common-schema.readthedocs.io/en/stable/objects.inv ...
/home/docs/checkouts/readthedocs.org/user_builds/nwb-schema/envs/latest/lib/python3.12/site-packages/hdmf/spec/namespace.py:535: UserWarning: Ignoring cached namespace 'core' version 2.9.0-alpha because version 2.7.0 is already loaded.
warn("Ignoring cached namespace '%s' version %s because version %s is already loaded."
Metadata
Metadata
Assignees
Labels
category: bugerrors in the code or code behaviorerrors in the code or code behaviortopic: docsIssues related to documentationIssues related to documentation