Skip to content

Commit

Permalink
fix: docs runs on python 310
Browse files Browse the repository at this point in the history
  • Loading branch information
hirosassa committed Jan 25, 2025
1 parent 5e68ba0 commit d60b65f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ dependency_groups = lint
commands = isort -w 120 -rc luigi test examples bin

[testenv:docs]
# need Python 3.10
basepython = py310
# Build documentation using sphinx.
# Call this using `tox run -e docs`.
dependency_groups = docs
Expand Down

0 comments on commit d60b65f

Please sign in to comment.