File tree 2 files changed +16
-6
lines changed
2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,16 @@ tools/unit-test-app/sdkconfig
19
19
tools /unit-test-app /sdkconfig.old
20
20
tools /unit-test-app /build
21
21
22
+ # Doc build artifacts
23
+ docs /* /_build /
24
+ docs /* /doxygen-warning-log.txt
25
+ docs /* /sphinx-warning-log.txt
26
+ docs /* /sphinx-warning-log-sanitized.txt
27
+ docs /* /xml /
28
+ docs /* /xml_in /
29
+ docs /* /man /
30
+ docs /doxygen_sqlite3.db
31
+
22
32
# emacs
23
33
.dir-locals.el
24
34
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
- sphinx = =1.6.5
4
+ sphinx > =1.6.5
5
5
sphinx-rtd-theme
6
- breathe = =4.7.3
7
- sphinxcontrib-blockdiag = =1.5.3
8
- sphinxcontrib-seqdiag = =0.8.5
9
- sphinxcontrib-actdiag = =0.8.5
10
- sphinxcontrib-nwdiag = =0.9.5
6
+ breathe > =4.7.3
7
+ sphinxcontrib-blockdiag > =1.5.3
8
+ sphinxcontrib-seqdiag > =0.8.5
9
+ sphinxcontrib-actdiag > =0.8.5
10
+ sphinxcontrib-nwdiag > =0.9.5
11
11
recommonmark
12
12
future >= 0.16.0 # for ../tools/gen_esp_err_to_name.py
You can’t perform that action at this time.
0 commit comments