Skip to content

Fix readthedocs build errors#402

Merged
CPBridge merged 2 commits into
masterfrom
bug/readthedocs_build_error
Mar 23, 2026
Merged

Fix readthedocs build errors#402
CPBridge merged 2 commits into
masterfrom
bug/readthedocs_build_error

Conversation

@CPBridge

Copy link
Copy Markdown
Collaborator

The readthedocs configuration has been failing for a while due to deprecation of the pkg_resources API in the version of Python used by readthedocs

This PR fixes the issues by:

  • Removing pkg_resources in favour of importlib.metadata in docs/conf.py
  • Updating all documentation-related dependencies

@CPBridge CPBridge self-assigned this Mar 23, 2026
@CPBridge CPBridge added the documentation Improvements or additions to documentation label Mar 23, 2026
@CPBridge CPBridge merged commit 2b9c7b8 into master Mar 23, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant