Skip to content

Commit

Permalink
Add dependencies for building the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lumbric committed May 7, 2024
1 parent 92fca34 commit 06c200a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,22 @@ extra = [

# for development
dev = [
"pre-commit",
"black",
"isort",
"flake8",
# "flake8-docstrings", # this is too strict ATM but would be nice to add
"pre-commit",
"black",
"isort",
"flake8",
# "flake8-docstrings", # this is too strict ATM but would be nice to add
]

# for running tests
test = [
"pytest",
"pytest-cov"
"pytest",
"pytest-cov"
]
# for building the documentation
doc = [
# TODO
"sphinx",
"sphinxawesome_theme"
]

[tool.setuptools]
Expand Down

0 comments on commit 06c200a

Please sign in to comment.