Fixed Breathe release because 'latest' introduces errors

This commit is contained in:
krzychb
2017-08-09 19:09:59 +02:00
parent 00a81564f0
commit fe80e1a595
4 changed files with 3 additions and 7 deletions
-4
View File
@@ -227,10 +227,6 @@ Now you should be ready to build documentation by invoking::
This may take couple of minutes. After completion, documentation will be placed in ``~/esp/esp-idf/docs/_buld/html`` folder. To see it, open ``index.html`` in a web browser.
.. note::
If documentation build fails with ``AttributeError: 'NoneType' object has no attribute 'replace'`` message, then apply a fix defined in https://github.com/sphinx-doc/sphinx/issues/3709#issuecomment-299645822 to file ``sphinxrenderer.py``.
Wrap up
-------