mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 16:28:59 +00:00
Also pin their versions to the same ones as used on RTD. Follow-up to #3276.
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
|