> From: "Lance Richardson" <lrich...@redhat.com>
> To: "Ben Pfaff" <b...@ovn.org>
> Cc: d...@openvswitch.org
> Sent: Friday, March 17, 2017 7:39:03 PM
> Subject: Re: sphinx on os x on travis?
> 
> > From: "Ben Pfaff" <b...@ovn.org>
> > To: d...@openvswitch.org
> > Cc: "Lance Richardson" <lrich...@redhat.com>
> > Sent: Friday, March 17, 2017 7:09:51 PM
> > Subject: sphinx on os x on travis?
> > 
> > I'm seeing failures on Travis that boil down to this:
> > 
> >     
> > /home/travis/build/blp/ovs-reviews/Documentation/intro/install/documentation.rst:34:
> >     ERROR: Error in "note" directive:
> >     invalid option block.
> > 
> >     .. note::
> >       These instructions provide information on building the documentation
> >       locally.
> >       For information on writing documentation, refer to
> >       :doc:`/internals/contributing/documentation-style`
> > 
> > e.g. in https://travis-ci.org/blp/ovs-reviews/jobs/212266894.
> > 
> > Some web searches suggest this might be due to an old python-sphinx
> > version.  Do anyone know how to make travis use a newer version?
> > 
> > Thanks,
> > 
> > Ben.
> > 
> 
> I think adding "pip install --user sphinx" to .travis/osx-prepare.sh would be
> worth
> a try. On the machine I just did this on, version 1.5.3 was installed.
> 
> FWIW, "brew install sphinx" installs the other sphinx (text search software).
> 
>    Lance

Or perhaps "pip install --user --upgrade sphinx" (I'm not a frequent pip user).

I can give this a try, but probably not until early next week.

Regards,

   Lance
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to