Skip to content

Commit

Permalink
Use --with docs instead of -E docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Aug 30, 2022
1 parent 3084266 commit 8e0d41d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: timeout 10s poetry run pip --version || rm -rf .venv

- name: Install dependencies
run: poetry install -E docs
run: poetry install --with docs

- name: Configure git user to make commit
run: |
Expand Down
3 changes: 1 addition & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ The documentation site will then be served on <http://127.0.0.1:8000>.

In case you get the error that some plugin is not installed, please run:
``` bash

poetry install -E docs
poetry install --with docs
```

If you wish to just generate the documentation, you can replace `serve` with `build`,
Expand Down

0 comments on commit 8e0d41d

Please sign in to comment.