mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-18 04:52:18 +02:00
Documentaton generation completed
This commit is contained in:
@ -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'}
|
||||
|
||||
|
Reference in New Issue
Block a user