This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new 4efa1b1  PROTON-2086: update install details for folks who might try 
to build the docs
4efa1b1 is described below

commit 4efa1b188586e69a5ab805ce4519219087b7b080
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Mon Dec 9 13:12:55 2019 +0000

    PROTON-2086: update install details for folks who might try to build the 
docs
---
 INSTALL.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index 76e6af2..32405f2 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -50,10 +50,12 @@ language.
     $ yum install jsoncpp-devel                              # C++ optional 
config file
 
     # Dependencies needed to generate documentation
-    $ yum install epydoc                                     # Python
+    $ yum install python-sphinx                              # Python
+    $ pip install --user sphinx-automodapi
     $ yum install rubygem-yard                               # Ruby
     $ yum install doxygen                                    # C, C++
 
+
 The following prerequisites are required to do a full build on
 Debian-based systems (Ubuntu).  If you do not wish to build a given
 language binding you can omit the dev package for that language.
@@ -71,7 +73,8 @@ language binding you can omit the dev package for that 
language.
     $ apt-get install swig python-dev ruby-dev
 
     # dependencies needed for python docs
-    $ apt-get install python-epydoc
+    $ apt-get install python-sphinx
+    $ pip install --user sphinx-automodapi
 
 From the directory where you found this `INSTALL.md` file:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to