Skip to content

Commit

Permalink
Remove '.[doc]' as we are using docs/requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Aug 26, 2023
1 parent a1f6414 commit 41ab323
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/[email protected]
- uses: docker://lpenz/omnilint:0.5.1
python:
uses: lpenz/ghworkflow-python/.github/workflows/python.yml@v0.3.3
uses: lpenz/ghworkflow-python/.github/workflows/python.yml@devel
with:
coveralls: true
docs: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ disk-img-tool uses the standard python3 infra. To develop and test the module:
```
- To generate the documentaion:
```
pip install -e '.[doc]'
pip install -r docs/requirements.txt
sphinx-build -b html docs/ _docs
```
And open *_docs/index.html* in a browser.
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ share/doc/python-disk-img-tool =
test =
pytest
pytest-cov
doc =
sphinx
myst-parser

[flake8]
max-line-length = 88
Expand Down

0 comments on commit 41ab323

Please sign in to comment.