Skip to content

Commit 37f33fd

Browse files
committed
doc: update doc building tools versions
The latest versions of Sphinx and Breathe work well together so we're updating the requirements.txt installation information (and documentation) to use the latest versions of these tools. Fixes: #395 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent 5754d36 commit 37f33fd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/howtos/process/docbuild.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ Our documentation processing has been tested to run with:
111111

112112
* Python 3.6.3
113113
* Doxygen version 1.8.13
114-
* Sphinx version 1.6.7
115-
* Breathe version 4.7.3
114+
* Sphinx version 1.7.5
115+
* Breathe version 4.9.1
116116
* docutils version 0.14
117-
* sphinx_rtd_theme version 0.2.4
117+
* sphinx_rtd_theme version 0.4.0
118118

119119
Depending on your Linux version, install the needed tools:
120120

doc/scripts/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
breathe==4.7.3
2-
sphinx==1.6.7
1+
breathe==4.9.1
2+
sphinx==1.7.5
33
docutils==0.14
44
sphinx_rtd_theme

0 commit comments

Comments
 (0)