Files
nextcloud-docs/Pipfile
John Molakvoæ 30209c9a33 fix(pip): update sphinx-rtd-theme to latest 1.2.0
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-03-22 12:48:57 +01:00

16 lines
207 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
rst2pdf = "*"
sphinx-rtd-theme = "==1.2.0"
Sphinx = "*"
Pillow = "*"
[requires]
python_version = "3.8"