Skip to content

Commit

Permalink
Install all extra dependencies on doc generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed May 22, 2024
1 parent fcacf72 commit 365bd8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ jobs:
# Let sphinx-click access project's code to generate CLI help.
run: |
poetry config virtualenvs.create false
poetry install --with docs --no-interaction
poetry install --all-extras --with docs --no-interaction
- name: Install Graphviz
# So we can use the sphinx.ext.graphviz plugin.
# See: https://www.sphinx-doc.org/en/master/usage/extensions/graphviz.html
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This version is not released yet and is under active development.
```

- Requires typing dependencies to be set in a `typing` group in `pyproject.toml`.
- Install all extra dependencies on doc generation.

## [3.5.0 (2024-05-22)](https://github.com/kdeldycke/workflows/compare/v3.4.7...v3.5.0)

Expand Down

0 comments on commit 365bd8a

Please sign in to comment.