Skip to content

Fix docs CI #472

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

Merged
merged 2 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/naps/2-conda-based-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ extended with different PRs:
Some more work is needed to offer full support to the plugin ecosystem, as detailed below.
#### Tasks

* [X] Make the `Installer` class [^napari-installer-classs] conda/mamba-aware
* [X] Make the `Installer` class [^napari-installer-class] conda/mamba-aware
* [X] Populate the plugin listing with data obtained from the napari hub API [^napari-hub-api]
* [ ] Detect which plugins can be installed directly from conda-forge and which ones need a
combination of `conda` channels and PyPI sources
Expand Down Expand Up @@ -617,8 +617,6 @@ CC0+BY [^cc0by].

[^napari-hub-api]: https://api.napari-hub.org/plugins

[^vscode-extensions-ui]: https://code.visualstudio.com/docs/editor/extension-marketplace

[^in-app-update-pr]: https://github.com/napari/napari/pull/4422

[^installability-notebook]: https://colab.research.google.com/drive/1QxbBZYe9-AThGuRsTfwYzT72_UkamXmk
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx<8 # break build docs because of warnings
sphinx-autobuild
sphinx-tabs
sphinx-tags
Expand Down
Loading