Skip to content

Commit 5c22dbc

Browse files
authored
Fix Sphinx build warnings (#8686)
* `doc/faq/a06-global-build-options.rst: WARNING: document isn't included in any toctree` ref. https://www.sphinx-doc.org/en/master/usage/restructuredtext/field-lists.html#special-metadata-fields same as other a#-... .rst pages * `doc/faq/readme.rst:190: WARNING: Inline literal start-string without end-string.` just a typo
1 parent 3df5693 commit 5c22dbc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/faq/a06-global-build-options.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
How to specify global build defines and options
24
===============================================
35

doc/faq/readme.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ regular API.
187187

188188
Read more at `former WiFi persistent mode <../esp8266wifi/generic-class.rst#persistent>`__.
189189

190-
How to resolve "undefined reference to ``flashinit`'" error ?
190+
How to resolve "undefined reference to ``flashinit``" error ?
191191
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
192192

193193
Please read `flash layout <../filesystem.rst>`__ documentation entry.

0 commit comments

Comments
 (0)