mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
Merge branch 'bugfix/doc_package_versions' into 'master'
doc: Limit sphinxcontrib versions to <2.0.0 as we use Sphinx 1.8.5 See merge request espressif/esp-idf!6973
This commit is contained in:
@@ -5,9 +5,9 @@ sphinx>=1.8.4
|
|||||||
breathe==4.11.1
|
breathe==4.11.1
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
||||||
sphinx-notfound-page
|
sphinx-notfound-page
|
||||||
sphinxcontrib-blockdiag>=1.5.5
|
sphinxcontrib-blockdiag>=1.5.5, <2.0.0
|
||||||
sphinxcontrib-seqdiag>=0.8.5
|
sphinxcontrib-seqdiag>=0.8.5, <2.0.0
|
||||||
sphinxcontrib-actdiag>=0.8.5
|
sphinxcontrib-actdiag>=0.8.5, <2.0.0
|
||||||
sphinxcontrib-nwdiag>=0.9.5
|
sphinxcontrib-nwdiag>=0.9.5, <2.0.0
|
||||||
recommonmark
|
recommonmark
|
||||||
future>=0.16.0 # for ../tools/gen_esp_err_to_name.py
|
future>=0.16.0 # for ../tools/gen_esp_err_to_name.py
|
||||||
|
Reference in New Issue
Block a user