requirements.txt 467 B

1234567891011121314151617
  1. # Base dependencies
  2. # Sync with readthedocs:
  3. # https://github.com/readthedocs/readthedocs.org/blob/master/requirements/pip.txt
  4. # https://github.com/readthedocs/readthedocs.org/blob/master/requirements/docs.txt
  5. sphinx==4.4.0
  6. sphinx_rtd_theme==1.0.0
  7. # Code tabs extension for GDScript/C#
  8. sphinx-tabs==3.3.1
  9. # Custom 404 error page (more useful than the default)
  10. sphinx-notfound-page==0.8.3
  11. # Adds Open Graph tags in the HTML `<head>` tag
  12. sphinxext-opengraph==0.6.3