esp-sr/docs/en/conf.py
LiJunu 6fa77f1ac8 doec/trans_md_2_rst
1.remove the same images
2.change 1) to 1.

docs(wn): Update wakenet README

Update README_cn.rst

docs(afe):Update rst.

docs/delete_repetition_doc

doc/add_missing_chinese_doc

doc/review_with_docx

doc/add_test_report

docs/add_rst_to_html_pdf

docs/change_table_pic_2_rst_table

docs/fix_err
2022-11-15 17:18:30 +08:00

25 lines
768 B
Python
Executable File

# -*- coding: utf-8 -*-
#
# English Language RTD & Sphinx config file
#
# Uses ../conf_common.py for most non-language-specific settings.
# Importing conf_common adds all the non-language-specific
# parts to this conf module
import sys
import os
sys.path.insert(0, os.path.abspath('..'))
from conf_common import * # noqa: F401, F403 - need to make available everything from common
# General information about the project.
project = u'ESP-SR User Guide'
copyright = u'2016 - 2022, Espressif Systems (Shanghai) Co., Ltd.'
pdf_title = u'ESP-SR User Guide'
# Final PDF filename will contains target and version
pdf_file_prefix = u'esp-sr'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
language = 'en'