Skip to content

Commit

Permalink
FIX: Make sphinx-contrib an optional dependency only needed for doc b…
Browse files Browse the repository at this point in the history
  • Loading branch information
greglucas authored Feb 4, 2024
1 parent 873f9e0 commit a29978f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 50 deletions.
85 changes: 37 additions & 48 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ pytest = {version=">=6.2.5", optional=true}
pytest-cov = {version="^4.0.0", optional=true}
ruff = {version=">=0.1.7", optional=true}
sphinx = {version="*", optional=true}
sphinxcontrib-openapi = "^0.8.3"
sphinxcontrib-openapi = {version="^0.8.3", optional=true}

[tool.poetry.extras]
dev = ["pre-commit", "ruff"]
doc = ["numpydoc", "pydata-sphinx-theme", "sphinx"]
doc = ["numpydoc", "pydata-sphinx-theme", "sphinx", "sphinxcontrib-openapi"]
test = ["pytest", "pytest-cov"]
tools= ["pandas", "openpyxl"]

Expand Down

0 comments on commit a29978f

Please sign in to comment.