Skip to content

Commit

Permalink
Fix Sphinx build warnings (#8686)
Browse files Browse the repository at this point in the history
* `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
  • Loading branch information
mcspr authored Oct 10, 2022
1 parent 3df5693 commit 5c22dbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/faq/a06-global-build-options.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:orphan:

How to specify global build defines and options
===============================================

Expand Down
2 changes: 1 addition & 1 deletion doc/faq/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ regular API.

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

How to resolve "undefined reference to ``flashinit`'" error ?
How to resolve "undefined reference to ``flashinit``" error ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

0 comments on commit 5c22dbc

Please sign in to comment.