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>
This commit is contained in:
parent
5754d367ce
commit
37f33fd389
|
@ -111,10 +111,10 @@ Our documentation processing has been tested to run with:
|
|||
|
||||
* Python 3.6.3
|
||||
* Doxygen version 1.8.13
|
||||
* Sphinx version 1.6.7
|
||||
* Breathe version 4.7.3
|
||||
* Sphinx version 1.7.5
|
||||
* Breathe version 4.9.1
|
||||
* docutils version 0.14
|
||||
* sphinx_rtd_theme version 0.2.4
|
||||
* sphinx_rtd_theme version 0.4.0
|
||||
|
||||
Depending on your Linux version, install the needed tools:
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
breathe==4.7.3
|
||||
sphinx==1.6.7
|
||||
breathe==4.9.1
|
||||
sphinx==1.7.5
|
||||
docutils==0.14
|
||||
sphinx_rtd_theme
|
||||
|
|
Loading…
Reference in New Issue