1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00
esp8266/doc/requirements.txt
Max Prokhorov 7af5246c12
Docs - fix sphinx v8 builds (#9235)
abnormal version selection w/ nbsphinx causing us to fall down to 5.x.x
venv install specific versions, fix arguments provided to the sphinx-build
2025-03-11 00:04:47 +03:00

9 lines
232 B
Plaintext

# Requirements file for pip
# list of Python packages used in documentation build
sphinx>=8.1.2,<9.0.0
sphinx-rtd-theme>=3.0.2,<4.0.0
breathe>=4.36.0,<5.0.0
nbsphinx>=0.9.7,<1.0.0
testresources>=2.0.1,<3.0.0
pygments>=2.19.1,<3.0.0