Merge branch 'bugfix/docs_build_failure_on_rtd' into 'master'

Fixed Breathe version to avoid docs build failure on ReadTheDocs server....

See merge request idf/esp-idf!4928
This commit is contained in:
Krzysztof Budzynski
2019-05-15 21:27:40 +08:00
2 changed files with 18 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
# pip install --user -r requirements.txt
#
sphinx>=1.8.4
breathe>=4.11.1
breathe==4.11.1
sphinx-rtd-theme
sphinx-notfound-page
sphinxcontrib-blockdiag>=1.5.5