requirements.txt 509 B

12345678910111213141516171819
  1. # Solve issue with missing bullet points
  2. # See https://stackoverflow.com/questions/67542699/readthedocs-sphinx-not-rendering-bullet-list-from-rst-file
  3. docutils==0.17.1
  4. # Use versions that fit the docutils version
  5. breathe==4.34.0
  6. codespell==2.2.2
  7. graphviz==0.20.1
  8. myst-parser==0.18.1
  9. recommonmark==0.7.1
  10. rst2pdf==0.99
  11. rstcloth==0.5.3
  12. sphinx_book_theme==1.0.1
  13. sphinx-copybutton==0.5.1
  14. sphinx-jinja==2.0.2
  15. Sphinx==5.3.0
  16. sphinxcontrib-kroki==1.3.0
  17. sphinxcontrib-programoutput==0.17
  18. sphinxcontrib-spelling==8.0.0