Files
godot-docs/requirements.txt
T
Rémi Verschelde 39c5190ed2 Sphinx: Update to 4.4.0, drop incompatible readthedocs-sphinx-search
The readthedocs-sphinx-search extension is not actively maintained upstream,
and they pin some extremely old versions of Sphinx components which are not
compatible with what we need to use.

It was already dropped in the master branch, this syncs the requirements.txt
from master with 3.4.
2022-03-09 12:03:31 +01:00

17 lines
465 B
Plaintext

# Base dependencies
# Sync with readthedocs:
# https://github.com/readthedocs/readthedocs.org/blob/master/requirements/pip.txt
# https://github.com/readthedocs/readthedocs.org/blob/master/requirements/docs.txt
sphinx==4.4.0
sphinx_rtd_theme==1.0.0
# Code tabs extension for GDScript/C#
sphinx-tabs==3.2.0
# Custom 404 error page (more useful than the default)
sphinx-notfound-page==0.8
# Adds Open Graph tags in the HTML `<head>` tag
sphinxext-opengraph==0.6.2