docs: fix typos, build docs with gitlab CI

This commit is contained in:
Ivan Grokhotkov 2016-11-01 20:08:29 +08:00
parent 73944e6800
commit 1d3626c119
4 changed files with 22 additions and 6 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
Build and Falsh with Eclipse IDE
Build and Flash with Eclipse IDE
********************************
Installing Eclipse IDE

View File

@ -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:

View File

@ -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