Skip to content

Commit

Permalink
Fix Build (Attempt 3)
Browse files Browse the repository at this point in the history
Dependency issues with sphinx<5.0, so I upgraded sphinx.
  • Loading branch information
mehaase committed Jan 8, 2025
1 parent 8b1f0a9 commit 97a6d52
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions 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 @@ -20,7 +20,7 @@ af = "attack_flow.cli:main"
[tool.poetry.dependencies]
python = "^3.12"
jsonschema = "4.17.3"
Sphinx = "^4.5.0"
Sphinx = ">=5.0.0,<6.0.0"
sphinx-autobuild = "^2021.3.14"
stix2 = "^3.0.1"
sphinx_design = "^0.2.0"
Expand Down

0 comments on commit 97a6d52

Please sign in to comment.