Skip to content

Commit f34a561

Browse files
committed
Merge branch 'bugfix/upgrade_sphinx_and_breathe' into 'master'
Upgraded Sphinx to latest release 1.6.5 that contains a fix to https://github.co… See merge request !1476
2 parents 2c72223 + 7cc6b3c commit f34a561

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a list of python packages used to generate documentation. This file is used with pip:
22
# pip install -r requirements.txt
33
#
4-
sphinx==1.6.3
4+
sphinx==1.6.5
55
sphinx-rtd-theme
6-
breathe==4.7.1
6+
breathe==4.7.3

docs/sphinx-known-warnings.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,11 @@
88
#
99

1010
#
11-
# Sphinx known issue https://github.com/sphinx-doc/sphinx/issues/2683\
11+
# Sphinx known issue https://github.com/sphinx-doc/sphinx/issues/2683
1212
#
1313
_build/inc/esp_a2dp_api.inc:line: WARNING: Invalid definition: Expected identifier in nested name. [error at 21]
1414
union esp_a2d_mcc_t::@1 esp_a2d_mcc_t::cie
1515
---------------------^
1616
_build/inc/esp_bt_defs.inc:line: WARNING: Invalid definition: Expected identifier in nested name. [error at 21]
1717
union esp_bt_uuid_t::@0 esp_bt_uuid_t::uuid
1818
---------------------^
19-
20-
#
21-
# Sphinx known issue https://github.com/sphinx-doc/sphinx/issues/4041
22-
#
23-
${IDF_PATH}/docs/api-reference/storage/sdmmc.rst:line: WARNING: cpp:typeOrConcept targets a member (sdmmc_host_t::slot).
24-
${IDF_PATH}/docs/api-reference/storage/sdmmc.rst:line: WARNING: cpp:typeOrConcept targets a member (sdmmc_host_t::slot).
25-
${IDF_PATH}/docs/api-reference/storage/sdmmc.rst:line: WARNING: cpp:typeOrConcept targets a member (sdmmc_host_t::slot).

0 commit comments

Comments
 (0)