requirements.txt 751 B

12345678910111213141516171819202122232425
  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.18.0
  6. # Sphinx base and RTD theme.
  7. sphinx==8.1.3
  8. sphinx_rtd_theme==3.0.2
  9. # Sphinx extensions.
  10. # Code tabs extension to display codeblocks in different languages as tabs.
  11. sphinx-tabs==3.4.7
  12. # Adds a 'copy' button to the right of codeblocks.
  13. sphinx-copybutton==0.5.2
  14. # Custom 404 error page (more useful than the default).
  15. sphinx-notfound-page==1.0.4
  16. # Adds Open Graph tags in the HTML `<head>` tag.
  17. sphinxext-opengraph==0.9.1
  18. # `.. video::` directive support to embed videos in documentation pages.
  19. sphinxcontrib-video==0.3.1