mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
14 lines
485 B
Plaintext
14 lines
485 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/local-docs-build.txt
|
|
sphinx==1.8.5 # pyup: <2.0.0
|
|
sphinx_rtd_theme==0.4.3
|
|
|
|
# Code tabs extension for GDScript/C#
|
|
sphinx-tabs==1.1.13
|
|
|
|
# Full-page search UI for RTD: https://readthedocs-sphinx-search.readthedocs.io
|
|
git+https://github.com/readthedocs/readthedocs-sphinx-search@master
|