mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Revert sphinx-tabs back to 3.4.0 to fix dependency conflict. The conflict is caused by: - sphinx 4.4.0 depends on docutils<0.18 and >=0.14 - sphinx-rtd-theme 1.1.1 depends on docutils<0.18 - sphinx-tabs 3.4.1 depends on docutils~=0.18.0
17 lines
467 B
Plaintext
17 lines
467 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.1.1
|
|
|
|
# Code tabs extension for GDScript/C#
|
|
sphinx-tabs==3.4.0
|
|
|
|
# Custom 404 error page (more useful than the default)
|
|
sphinx-notfound-page==0.8.3
|
|
|
|
# Adds Open Graph tags in the HTML `<head>` tag
|
|
sphinxext-opengraph==0.7.5
|