1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

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
This commit is contained in:
Max Prokhorov
2022-10-10 17:36:47 +03:00
committed by GitHub
parent 3df5693697
commit 5c22dbc163
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
:orphan:
How to specify global build defines and options
===============================================