Skip to content

Commit

Permalink
docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
remrama committed Jun 19, 2024
1 parent dc72175 commit ae37324
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@ classifiers = [
Homepage = "https://github.com/dxelab/dreambank"

[project.optional-dependencies]
dev = [
"black",
"pydata-sphinx-theme", # needs to be in requirements.txt also (for docs.yml)
docs = [
"sphinx",
"sphinx_copybutton", # needs to be in requirements.txt also (for docs.yml)
"sphinx-design", # more options for pydatasphinx theme, eg, dropdowns, tabs
"pydata-sphinx-theme",
"sphinx-design",
"sphinx_copybutton",
]

[project.scripts]
Expand Down

0 comments on commit ae37324

Please sign in to comment.