docs/Pipfile
ErickSkrauch bc43bce964
Migrate to the GitHub Actions.
Replace pip with pipenv
2021-03-13 13:55:24 +01:00

15 lines
218 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
sphinx-rtd-theme = "~=0.4.3"
sphinx-autobuild = "~=0.7.1"
Sphinx = "<4.0,>=3.0"
[dev-packages]
[requires]
python_version = "3.9"