Skip to content

Commit

Permalink
Fix Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-wolflein committed Oct 30, 2023
1 parent 047aac2 commit 3803d6c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
24 changes: 12 additions & 12 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 @@ -23,11 +23,11 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"
yacs = "^0.1.8"
wrapt = "^1.12.1"
pyyaml = "^6.0.1"
sphinx = { version = "^7.2.6", optional = true }
sphinx = { version = "<7", optional = true }
sphinx-rtd-theme = { version = "<2.0.0", optional = true }
m2r2 = { version = "^0.3.3", optional = true }

Expand Down

0 comments on commit 3803d6c

Please sign in to comment.