Skip to content

Commit

Permalink
projects.yaml: specify extra dependencies of plugins, per-key
Browse files Browse the repository at this point in the history
The idea is for `mkdocs get-deps` to look at particular keys of plugins' configs and install additional dependencies that they are known to require
  • Loading branch information
oprypin authored and pawamoy committed May 18, 2023
1 parent 6f71746 commit 97f63ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ projects:
category: api-docs
- name: mkdocstrings
mkdocs_plugin: mkdocstrings
extra_dependencies:
mkdocstrings.handlers.crystal: mkdocstrings-crystal
mkdocstrings.handlers.python: mkdocstrings-python
github_id: mkdocstrings/mkdocstrings
pypi_id: mkdocstrings
labels: [plugin]
Expand Down

0 comments on commit 97f63ee

Please sign in to comment.