requirements.txt 535 B

12345678910111213141516
  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/local-docs-build.txt
  5. sphinx==1.8.5 # pyup: <2.0.0
  6. sphinx_rtd_theme==0.4.3
  7. # Code tabs extension for GDScript/C#
  8. sphinx-tabs==1.1.13
  9. # Custom 404 error page (more useful than the default)
  10. sphinx-notfound-page==0.6
  11. # Full-page search UI for RTD: https://readthedocs-sphinx-search.readthedocs.io
  12. readthedocs-sphinx-search==0.1.0rc3