[Buildbot] #3435: Install docs dependencies in setup.py

Buildbot trac trac at buildbot.net
Thu Feb 18 15:45:00 UTC 2016


#3435: Install docs dependencies in setup.py
----------------------+---------------------
Reporter:  dustin     |       Owner:  dustin
    Type:  undecided  |      Status:  new
Priority:  minor      |   Milestone:  0.9.+
 Version:             |  Resolution:
Keywords:             |
----------------------+---------------------

Comment (by adityadivekar):

 So we need to include a docs tag in the extras_require field as follows,
 just like the test field -
 {{{
 'docs': [
           'sphinxcontrib-blockdiag 'docutils>=0.8''
         ]
 }}}
 This can be then installed by the user as you mentioned.

 Is this the right approach?

--
Ticket URL: <http://trac.buildbot.net/ticket/3435#comment:4>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list