Files
PINE/docs/Pipfile
2021-08-04 16:59:24 -04:00

20 lines
366 B
TOML

# (C) 2019 The Johns Hopkins University Applied Physics Laboratory LLC.
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
sphinx = "~=4.1.2"
sphinx-autoapi = "~=1.8.3"
sphinx-autodoc-typehints = "~=1.12.0"
[scripts]
doc = "make singlehtml html latexpdf LATEXMKOPTS='-silent'"
[requires]
python_version = "3.8"