-
Notifications
You must be signed in to change notification settings - Fork 14
/
setup.cfg
56 lines (52 loc) · 1.65 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[metadata]
name = esp-docs
version = 1.11.0
author = Espressif
author_email = [email protected]
description = Documentation building package used at Espressif
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/espressif/esp-docs
project_urls =
Bug Tracker = https://github.com/espressif/esp-docs/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
install_requires =
docutils<0.18
cairosvg==2.5.1 # required by sphinxcontrib-svg2pdfconverter[CairoSVG]
sphinx==4.5.0
breathe>=4.33.1,<4.36.0
sphinx-copybutton==0.5.0
sphinx-notfound-page
seqdiag==3.0.0 # required if using blockdiag 3.0.0
actdiag==3.0.0 # required if using blockdiag 3.0.0
sphinxcontrib-blockdiag==3.0.0
sphinxcontrib-seqdiag==3.0.0
sphinxcontrib-actdiag==3.0.0
sphinxcontrib-nwdiag==2.0.0
sphinxcontrib-wavedrom>=3.0,<3.1
sphinxcontrib-svg2pdfconverter[CairoSVG]==1.2.0
sphinxcontrib-applehelp<1.0.5
sphinxcontrib-devhelp<1.0.3
sphinxcontrib-htmlhelp<2.0.2
sphinxcontrib-serializinghtml<1.1.6
sphinxcontrib-qthelp<1.0.4
nwdiag==2.0.0
recommonmark
sphinx_selective_exclude==1.0.3
sphinx_idf_theme==1.1.0
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
build-docs = esp_docs.build_docs:main
deploy-docs = esp_docs.deploy_docs:main
[options.package_data]
* = fonts/*, latex_templates/*, idf_extensions/build_system/CMakeLists.txt, _static/*, vendor/**