requirements.txt 1004 B

1234567891011121314151617181920212223242526272829303132
  1. # Sync with readthedocs:
  2. # https://github.com/readthedocs/readthedocs.org/blob/master/requirements/pip.txt
  3. # https://github.com/readthedocs/readthedocs.org/blob/master/requirements/docs.txt
  4. # Base dependencies
  5. pygments==2.15.1
  6. # Sphinx base and RTD theme.
  7. sphinx==4.4.0
  8. sphinx_rtd_theme==1.1.1
  9. # Sphinx extensions.
  10. # Code tabs extension to display codeblocks in different languages as tabs.
  11. sphinx-tabs==3.4.0
  12. # Adds a 'copy' button to the right of codeblocks.
  13. sphinx-copybutton==0.5.1
  14. # Custom 404 error page (more useful than the default).
  15. sphinx-notfound-page==0.8.3
  16. # Adds Open Graph tags in the HTML `<head>` tag.
  17. sphinxext-opengraph==0.7.5
  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
  24. # `.. video::` directive support to embed videos in documentation pages.
  25. sphinxcontrib-video==0.2.1rc0