requirements.txt 983 B

123456789101112131415161718192021222324252627282930
  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==3.5.2
  6. sphinx_rtd_theme==0.5.2
  7. docutils<0.18
  8. Jinja2<3.1
  9. # Code tabs extension for GDScript/C#
  10. # Stay on 1.3.0 until https://github.com/readthedocs/readthedocs-sphinx-search/issues/82 is fixed.
  11. sphinx-tabs==1.3.0 # pyup: ignore
  12. # Custom 404 error page (more useful than the default)
  13. sphinx-notfound-page==0.7.1
  14. # Adds Open Graph tags in the HTML `<head>` tag
  15. sphinxext-opengraph==0.5.1
  16. # Full-page search UI for RTD: https://readthedocs-sphinx-search.readthedocs.io
  17. readthedocs-sphinx-search==0.1.0
  18. # These get pulled in by Sphinx, we need to pin these as higher versions require Sphinx 5.0+.
  19. sphinxcontrib-applehelp<=1.0.4
  20. sphinxcontrib-htmlhelp<=2.0.1
  21. sphinxcontrib-qthelp<=1.0.3
  22. sphinxcontrib-serializinghtml<=1.1.5
  23. sphinxcontrib-devhelp<=1.0.2