File tree Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 18
18
# the Sphinx warning log
19
19
# (escape char removal from https://www.commandlinefu.com/commands/view/6141/remove-color-codes-special-characters-with-sed
20
20
sed -r ' s:\x1B\[[0-9;]*[mK]::g' sphinx-warning-log.txt | \
21
- sed -E " s~${IDF_PATH} ~\$ {IDF_PATH}~" | \
22
- sed -E " s/:[0-9]+:/:line:/" > sphinx-warning-log-sanitized.txt
21
+ sed -E " s/.*\/(.*):[0-9]+:/\1:line:/" > sphinx-warning-log-sanitized.txt
23
22
24
23
# diff sanitized warnings, ignoring lines which only appear in ../sphinx-known-warnings.txt
25
24
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
- # pip install -r requirements.txt
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
11
- recommonmark
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
+ recommonmark
Original file line number Diff line number Diff line change 8
8
#
9
9
10
10
#
11
- # Sphinx known issue https://github.com/sphinx-doc/sphinx/issues/2683\
11
+ # Breathe known issue: https://github.com/michaeljones/breathe/issues/405
12
+ # Sphinx known issue: https://github.com/sphinx-doc/sphinx/pull/5901
12
13
#
14
+ audio_def.inc:line: WARNING: Duplicate declaration, audio_err_t
15
+ audio_def.inc:line: WARNING: Duplicate declaration, esp_audio_status_t
16
+ esp_audio.inc:line: WARNING: Duplicate declaration, struct esp_audio_cfg_t esp_audio_cfg_t
17
+ esp_audio.inc:line: WARNING: Duplicate declaration, struct esp_audio_setup_t esp_audio_setup_t
You can’t perform that action at this time.
0 commit comments