-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsetup.cfg
51 lines (47 loc) · 1.47 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
[metadata]
name = esp-docs
version = 2.0.0
author = Espressif
author_email = marius.vikhammer@espressif.com
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.8
install_requires =
docutils<0.21
cairosvg==2.5.1 # required by sphinxcontrib-svg2pdfconverter[CairoSVG]
sphinx~=7.1.2
breathe==4.35.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
nwdiag==2.0.0
recommonmark
sphinx_selective_exclude==1.0.3
sphinx_idf_theme==2.0.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/**