I've just made a successful mvn -nsu clean install in docs with sphinx
1.6.3 but there are a couple of warnings that might break the jenkins build

sphinx-ignore-warnings:
     [exec] Running Sphinx v1.6.3
     [exec] loading pickled environment... failed: Can't get attribute
'WarningStream' on <module 'sphinx.util.nodes' from
'/usr/local/lib/python3.4/dist-packages/sphinx/util/nodes.py'>
     [exec] building [mo]: targets for 0 po files that are out of date
     [exec] building [html]: targets for 1 source files that are out of date
     [exec] updating environment: 1 added, 0 changed, 0 removed
     [exec] reading sources... [100%] index

     [exec]
/usr/local/lib/python3.4/dist-packages/sphinx/util/requests.py:72:
UserWarning: Some links may return broken results due to being unable to
check the Server Name Indication (SNI) in the returned SSL cert against the
hostname in the url requested. Recommended to install requests-2.4.1+.

doing pip install requests==2.4.1 seems to fix them (seems like 2.2.1 is
default on ubuntu)

and then it throws up some actual textual problems

     [exec] /home/ian/code/geotools/docs/index/index.rst:2: WARNING:
Duplicate explicit target name: "stable".
     [exec] /home/ian/code/geotools/docs/index/index.rst:2: WARNING:
Duplicate explicit target name: "stable".
     [exec] /home/ian/code/geotools/docs/index/index.rst:2: WARNING:
Duplicate explicit target name: "stable".
     [exec] /home/ian/code/geotools/docs/index/index.rst:2: WARNING:
Duplicate explicit target name: "stable".
     [exec] /home/ian/code/geotools/docs/index/index.rst:2: WARNING:
Duplicate explicit target name: "maintenance".
     [exec] looking for now-outdated files... none found
     [exec] /home/ian/code/geotools/docs/index/index.rst:2: WARNING:
Duplicate explicit target name: "stable".
     [exec] /home/ian/code/geotools/docs/index/index.rst:2: WARNING:
Duplicate explicit target name: "maintenance".

I'll have a look later.

Ian


On 31 July 2017 at 17:31, Nick Stires <nsti...@boundlessgeo.com> wrote:

> Looks like it's installed via NPM, so should be easy to upgrade.
>
> -Nick
>
> On Mon, Jul 31, 2017 at 12:30 PM, Nick Stires <nsti...@boundlessgeo.com>
> wrote:
>
>> sphinx@0.1.2
>>
>> On Mon, Jul 31, 2017 at 12:27 PM, Torben Barsballe <
>> tbarsba...@boundlessgeo.com> wrote:
>>
>>> Hi Ian
>>>
>>> I believe it is using either 1.6.1 or 1.6.2.
>>>
>>> Torben
>>>
>>> On Mon, Jul 31, 2017 at 9:23 AM, Ian Turton <ijtur...@gmail.com> wrote:
>>>
>>>>
>>>>
>>>> On 31 July 2017 at 17:06, Torben Barsballe <tbarsba...@boundlessgeo.com
>>>> > wrote:
>>>>
>>>>> Remaining failing builds:
>>>>>
>>>>> Some geotools builds fail on documentation, likely due to a different
>>>>> (newer?) version of sphinx. This is probably something that should be 
>>>>> fixed
>>>>> in the docs themselves rather than the build server.
>>>>>
>>>>
>>>> Do you know which Sphinx version is on the build server?
>>>>
>>>> I seem to be using Sphinx (sphinx-build) 1.4.4 and the docs built for
>>>> me recently.
>>>>
>>>>
>>>> Ian
>>>>
>>>>
>>>>
>>>
>>
>>
>> --
>> *Nick Stires*
>> DevOps Engineer | Boundless <https://boundlessgeo.com/>
>> nsti...@boundlessgeo.com
>> Mobile: +1 561-713-0922 <(561)%20713-0922>
>>
>>
>>
>
>
> --
> *Nick Stires*
> DevOps Engineer | Boundless <https://boundlessgeo.com/>
> nsti...@boundlessgeo.com
> Mobile: +1 561-713-0922 <+1%20561-713-0922>
>
>
>


-- 
Ian Turton
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to