Skip to content

Commit

Permalink
Add Sphinx back to dev dependencies for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Dec 31, 2022
1 parent 5fdac47 commit bc53bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ pytest-mock = "^3.8.2"
xdoctest = "^1.1.0"
hypothesis = "^6.54.5"
ipython = "^8.5.0"
sphinx = ">=4.3,<6.0"

[tool.poetry.group.lint.dependencies]
pre-commit = "^2.20"
Expand All @@ -75,7 +76,6 @@ babelgladeextractor = "^0.7"
optional=true

[tool.poetry.group.docs.dependencies]
sphinx = ">=4.3,<6.0"
sphinx-copybutton = "^0.5.0"
myst-nb = "^0.17.1"
furo = "^2022"
Expand Down

0 comments on commit bc53bf4

Please sign in to comment.