mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
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
9 lines
232 B
Plaintext
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
|