2022-03-18 17:46:08 +01:00
|
|
|
# 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#
|
2022-09-10 12:15:58 +02:00
|
|
|
sphinx-tabs==3.3.1
|
2022-03-18 17:46:08 +01:00
|
|
|
|
|
|
|
# Custom 404 error page (more useful than the default)
|
2022-09-10 12:15:58 +02:00
|
|
|
sphinx-notfound-page==0.8.3
|
2022-03-18 17:46:08 +01:00
|
|
|
|
|
|
|
# Adds Open Graph tags in the HTML `<head>` tag
|
2022-09-10 12:15:58 +02:00
|
|
|
sphinxext-opengraph==0.6.3
|