Skip to content

Commit

Permalink
hack: downgrade sphinx to avoid dependency loop in poetry2nix
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Oct 25, 2023
1 parent 77c276f commit 8ca8393
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 62 deletions.
105 changes: 45 additions & 60 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ pytest-xdist = "^3"
pytest-cov = "^4"
# docs
livereload = "^2.6.1"
sphinx = "^5.0.2"
sphinx = "^4"
flake8 = "^3.8.1"
jinja2 = "<3.1" # https://github.com/sphinx-doc/sphinx/issues/10291

[tool.poetry.plugins."nixops"]
nixops = "nixops.plugin"
Expand Down

0 comments on commit 8ca8393

Please sign in to comment.