Skip to content

Commit

Permalink
add poe docs task
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorossi5 committed Jan 12, 2024
1 parent 2e82204 commit ac81b3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ pytest = "^7.4.3"
pytest-cov = "^4.1.0"
pylint = "^3.0.3"


[tool.poetry.group.docs.dependencies]
sphinx = "^7.2.6"
recommonmark = "^0.7.1"
Expand All @@ -41,6 +40,9 @@ furo = "^2023.9.10"
test = "pytest"
lint = "pylint --errors-only src"
lint-warnings = "pylint --exit-zero src"
docs = "make -C doc html"
docs-clean = "make -C doc clean"
test-docs = "make -C doc doctest"

[tool.pylint.reports]
output-format = "colorized"
Expand Down

0 comments on commit ac81b3a

Please sign in to comment.