Skip to content

Commit

Permalink
try with dots
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Jan 24, 2023
1 parent f9cb720 commit 41a598f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,23 +72,23 @@ doc = [
# Sphinx.
"myst-nb",
"sphinx-design",
"pydata-sphinx-theme[doc_base]"
".[doc_base]"
]
test = [
"pytest",
"pydata-sphinx-theme[doc_base]",
".[doc_base]",
]
coverage = [
"pytest-cov",
"codecov",
"colorama",
"pydata-sphinx-theme[doc]",
".[doc]",
]
dev = [
"pyyaml",
"pre-commit",
"nox",
"pydata-sphinx-theme[coverage]",
".[coverage]",
]

[project.entry-points]
Expand Down

0 comments on commit 41a598f

Please sign in to comment.