Re: [ovs-dev] [RFC] Use tox to build docs.

2017-03-16 Thread Stephen Finucane
On Tue, 2017-03-14 at 10:50 -0400, Russell Bryant wrote: > On Tue, Mar 14, 2017 at 8:21 AM, Stephen Finucane > wrote: > > On Mon, 2017-03-13 at 17:41 -0400, Russell Bryant wrote: > > > There have been a few patches lately tweaking docs to deal with > > > different > > > sphinx

Re: [ovs-dev] [RFC] Use tox to build docs.

2017-03-14 Thread Russell Bryant
On Tue, Mar 14, 2017 at 8:21 AM, Stephen Finucane wrote: > On Mon, 2017-03-13 at 17:41 -0400, Russell Bryant wrote: >> There have been a few patches lately tweaking docs to deal with >> different >> sphinx versions in different linux distributions. This patch >> demonstrates

Re: [ovs-dev] [RFC] Use tox to build docs.

2017-03-14 Thread Stephen Finucane
On Mon, 2017-03-13 at 17:41 -0400, Russell Bryant wrote: > There have been a few patches lately tweaking docs to deal with > different > sphinx versions in different linux distributions.  This patch > demonstrates > an alternative approach to avoid those types of issues.  Instead of > calling >

[ovs-dev] [RFC] Use tox to build docs.

2017-03-13 Thread Russell Bryant
There have been a few patches lately tweaking docs to deal with different sphinx versions in different linux distributions. This patch demonstrates an alternative approach to avoid those types of issues. Instead of calling sphinx-build directly, it uses tox to build a Python virtual environment