]> granicus.if.org Git - esp-idf/commitdiff
docs: Upgraded sphinx package version to prevent build failures on readthedocs site...
authorkrzychb <krzychb@gazeta.pl>
Tue, 19 Mar 2019 15:47:39 +0000 (16:47 +0100)
committerkrzychb <krzychb@gazeta.pl>
Tue, 19 Mar 2019 19:22:07 +0000 (20:22 +0100)
docs/requirements.txt

index c495384eac8b18a5441aeb4d2efd43a1f1dbd9cb..82f999213b4f03436b5eb754a7e22fa9a4a15062 100644 (file)
@@ -1,12 +1,12 @@
 # This is a list of python packages used to generate documentation. This file is used with pip:
 # pip install --user -r requirements.txt
 #
-sphinx>=1.6.5
+sphinx>=1.8.4
+breathe>=4.11.1
 sphinx-rtd-theme
-breathe>=4.7.3
-sphinxcontrib-blockdiag>=1.5.3
+sphinxcontrib-blockdiag>=1.5.5
 sphinxcontrib-seqdiag>=0.8.5
 sphinxcontrib-actdiag>=0.8.5
 sphinxcontrib-nwdiag>=0.9.5
 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
\ No newline at end of file