File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,5 @@ formats:
14
14
python :
15
15
version : 3.7
16
16
install :
17
+ - requirements : docs/setuptools.requirements.txt
17
18
- requirements : docs/requirements.txt
Original file line number Diff line number Diff line change 1
1
# This is a list of python packages used to generate documentation. This file is used with pip:
2
2
# pip install --user -r requirements.txt
3
3
#
4
+ setuptools < 58
4
5
sphinx == 2.3.1
5
6
breathe == 4.14.1
6
- sphinx-rtd-theme
7
- sphinx-notfound-page
7
+ sphinx-rtd-theme == 1.0.0
8
+ sphinx-notfound-page == 0.7.1
8
9
sphinxcontrib-blockdiag == 2.0.0
9
10
sphinxcontrib-seqdiag == 2.0.0
10
11
sphinxcontrib-actdiag == 2.0.0
11
12
sphinxcontrib-nwdiag == 2.0.0
12
13
sphinxcontrib-wavedrom == 2.0.0
13
14
nwdiag == 2.0.0
14
- docutils < 0.17
15
- recommonmark
16
- future >= 0.16.0 # for ../tools/gen_esp_err_to_name.py
15
+ recommonmark == 0.7.0
16
+ future == 0.16.0 # for ../tools/gen_esp_err_to_name.py
Original file line number Diff line number Diff line change
1
+ setuptools<58
You can’t perform that action at this time.
0 commit comments