Skip to content

Commit

Permalink
Fix doc build by using minimum requirements
Browse files Browse the repository at this point in the history
ImportError: cannot import name 'json' from 'itsdangerous'
(/home/runner/work/flask-admin/flask-admin/.tox/docs-html/lib/python3.11/site-packages/itsdangerous/__init__.py)
  • Loading branch information
cjmayo committed Oct 18, 2023
1 parent c220226 commit 4b0c1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ commands = flake8 flask_admin
deps =
sphinx
sphinx-intl
-r requirements-dev.txt
-r requirements-min.txt
commands = sphinx-build -b html -d build/doctrees doc build/html

0 comments on commit 4b0c1b5

Please sign in to comment.