Skip to content

Commit

Permalink
Make docs dependencies non optional again
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Sep 25, 2024
1 parent 5c0bf12 commit 28b1539
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev-env
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ echo "We've gone ahead and set up a few additional commands for you:"
echo "- htmlcov: Opens the test coverage results in your browser"
echo "- htmldoc: Opens the locally built sphinx documentation in your browser"
echo "- lint: Run code formatters & linters"
echo "- docs: Build doc (note: needs 'poetry install --with docs' which needs a recent Python)"
echo "- docs: Build doc"
echo ""
echo 'Quit the poetry shell with the command `deactivate`'
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,7 @@ migra = "*"
# (pkg_resources).
setuptools = { version = "*" }

[tool.poetry.group.docs]
optional = true

[tool.poetry.group.docs.dependencies]

django = ">=2.2"
furo = "*"
Sphinx = "*"
Expand Down

0 comments on commit 28b1539

Please sign in to comment.