mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
docs: fix typos, build docs with gitlab CI
This commit is contained in:
parent
73944e6800
commit
1d3626c119
@ -92,6 +92,20 @@ build_examples:
|
||||
- cd build_examples
|
||||
- ${IDF_PATH}/make/build_examples.sh
|
||||
|
||||
build_docs:
|
||||
stage: build
|
||||
image: espressif/esp32-ci-env
|
||||
tags:
|
||||
- build_docs
|
||||
script:
|
||||
- cd docs
|
||||
- make html
|
||||
artifacts:
|
||||
paths:
|
||||
- docs/_build/html
|
||||
expire_in: 6 mos
|
||||
|
||||
|
||||
test_nvs_on_host:
|
||||
stage: test
|
||||
image: espressif/esp32-ci-env
|
||||
|
@ -1,4 +1,4 @@
|
||||
Build and Falsh with Eclipse IDE
|
||||
Build and Flash with Eclipse IDE
|
||||
********************************
|
||||
|
||||
Installing Eclipse IDE
|
||||
|
@ -3,10 +3,7 @@ ESP32 Programming Guide
|
||||
|
||||
.. caution::
|
||||
|
||||
This DRAF version of documentation developed within `ESP-IDF 1.0 Release plan <http://esp32.com/viewtopic.php?f=10&p=1708>`_.
|
||||
It is scheduled for merging with `espressif/esp-idf <https://github.com/espressif/esp-idf>`_ repository at the release date.
|
||||
Before merging it may be incomplete, or not fully in sync with espressif/esp-idf.
|
||||
Please mind your step!
|
||||
Until ESP-IDF release 1.0, this documentation is a draft. It is incomplete and may have mistakes. Please mind your step!
|
||||
|
||||
|
||||
Contents:
|
||||
|
@ -1 +1,6 @@
|
||||
breathe
|
||||
# This is a list of python packages used to generate documentation. This file is used with pip:
|
||||
# pip install requirements.txt
|
||||
#
|
||||
sphinx
|
||||
sphinx-rtd-theme
|
||||
breathe
|
||||
|
Loading…
Reference in New Issue
Block a user