esp-sr/.readthedocs.yml
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

18 lines
468 B
YAML

# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Optionally build your docs in additional formats such as PDF and ePub
formats:
- htmlzip
- pdf
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/setuptools.requirements.txt
- requirements: docs/requirements.txt