mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
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>
16 lines
210 B
TOML
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"
|