Documentaton generation completed

This commit is contained in:
David Cermak
2021-04-14 17:57:42 +02:00
parent d384cde725
commit 4bf8ab07ca
27 changed files with 509 additions and 88 deletions

View File

@ -9,14 +9,14 @@ import subprocess
import sys
# General information about the project.
project = u'ESP-MODEM Documentation'
project = u'esp-modem'
copyright = u'2016 - 2021, Espressif Systems (Shanghai) Co., Ltd'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
language = 'en'
extensions = ['breathe' ]
extensions = ['breathe']
breathe_projects = {'esp_modem': 'xml'}