Skip to content

Commit 89b4d12

Browse files
committed
docs: Upgraded Sphinx, Breathe and Blockdiag to the latest versions
1 parent d5f14db commit 89b4d12

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ tools/unit-test-app/sdkconfig
1919
tools/unit-test-app/sdkconfig.old
2020
tools/unit-test-app/build
2121

22+
# Doc build artifacts
23+
docs/*/_build/
24+
docs/*/doxygen-warning-log.txt
25+
docs/*/sphinx-warning-log.txt
26+
docs/*/sphinx-warning-log-sanitized.txt
27+
docs/*/xml/
28+
docs/*/xml_in/
29+
docs/*/man/
30+
docs/doxygen_sqlite3.db
31+
2232
# emacs
2333
.dir-locals.el
2434

docs/requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This is a list of python packages used to generate documentation. This file is used with pip:
22
# pip install --user -r requirements.txt
33
#
4-
sphinx==1.6.5
4+
sphinx>=1.6.5
55
sphinx-rtd-theme
6-
breathe==4.7.3
7-
sphinxcontrib-blockdiag==1.5.3
8-
sphinxcontrib-seqdiag==0.8.5
9-
sphinxcontrib-actdiag==0.8.5
10-
sphinxcontrib-nwdiag==0.9.5
6+
breathe>=4.7.3
7+
sphinxcontrib-blockdiag>=1.5.3
8+
sphinxcontrib-seqdiag>=0.8.5
9+
sphinxcontrib-actdiag>=0.8.5
10+
sphinxcontrib-nwdiag>=0.9.5
1111
recommonmark
1212
future>=0.16.0 # for ../tools/gen_esp_err_to_name.py

0 commit comments

Comments
 (0)