Skip to content

Commit ef732fa

Browse files
committed
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
2 parents f78b215 + ef0c26b commit ef732fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ sphinx>=1.8.4
55
breathe==4.11.1
66
sphinx-rtd-theme
77
sphinx-notfound-page
8-
sphinxcontrib-blockdiag>=1.5.5
9-
sphinxcontrib-seqdiag>=0.8.5
10-
sphinxcontrib-actdiag>=0.8.5
11-
sphinxcontrib-nwdiag>=0.9.5
8+
sphinxcontrib-blockdiag>=1.5.5, <2.0.0
9+
sphinxcontrib-seqdiag>=0.8.5, <2.0.0
10+
sphinxcontrib-actdiag>=0.8.5, <2.0.0
11+
sphinxcontrib-nwdiag>=0.9.5, <2.0.0
1212
recommonmark
1313
future>=0.16.0 # for ../tools/gen_esp_err_to_name.py

0 commit comments

Comments
 (0)