requirements.txt 753 B

123456789101112131415161718192021222324
  1. # This is a list of python packages used to generate documentation. This file is used with pip:
  2. # pip install --user -r requirements.txt
  3. #
  4. sphinx==2.3.1
  5. breathe==4.14.1
  6. sphinx-notfound-page
  7. sphinxcontrib-blockdiag==2.0.0
  8. sphinxcontrib-seqdiag==2.0.0
  9. sphinxcontrib-actdiag==2.0.0
  10. sphinxcontrib-nwdiag==2.0.0
  11. sphinxcontrib-wavedrom==2.0.0
  12. nwdiag==2.0.0
  13. recommonmark
  14. future>=0.16.0 # for ../tools/gen_esp_err_to_name.py
  15. sphinx_selective_exclude==1.0.3
  16. # note: this package is not available on pypi, install by
  17. # downloading from https://github.com/espressif/sphinx_idf_theme then build and
  18. # install (requires node.js also).
  19. #
  20. # See docs/en/contribute/documenting-code.rst, 'sphinx_idf_theme' section
  21. # for full setup instructions.
  22. sphinx_idf_theme==0.1