extension-examples
extension-examples copied to clipboard
Documents example fails tests part 1
CI (pytest) fails for the documents example.
Related: #283
Steps to reproduce
-
Follow the README/quickstart for cloning the repo and installing. Instead of moving to hello-world, move to the documents dir and install/run that example (it should build and install successfully).
-
Run
pytest --check-linksas in the CI workflow, it fails.
Expected behavior
A passing test.
Context
- Operating System and version: Macos 15.4.1
- Browser and version: Chrome Version 136.0.7103.114 (Official Build) (arm64)
- JupyterLab version: 4.4.3
Probably related to https://github.com/jupyterlab/jupyter-collaboration/pull/353
Error:
============================================================= FAILURES ============================================================= _ /Users/egentry/workspace_ana/xtest/extension-examples/documents/README.md: https://jupyterlab-realtime-collaboration.readthedocs.io/en/stable/api/interfaces/collaborative_drive.ICollaborativeDrive.html _ https://jupyterlab-realtime-collaboration.readthedocs.io/en/stable/api/interfaces/collaborative_drive.ICollaborativeDrive.html: 404: Not Found
Closing as fixed.