nextcloud-documentation/Pipfile
Richard Steinmetz e00da038e6 fix: pin sphinx-rtd-theme to fix missing jquery lib
JQuery was removed as of Sphinx 6. The maintainers of our theme already
reacted to this but the release is not final yet.
Ref https://github.com/sphinx-doc/sphinx/issues/10070
Ref https://github.com/readthedocs/sphinx_rtd_theme/pull/1385

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-01-11 12:54:45 +00:00

16 lines
210 B
TOML

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