Re: [Geoserver-devel] Problems building GeoServer documentation

2022-04-27 Thread Niels Charlier via Geoserver-devel
Ah! Thanks. The pip instructions for windows (although I use linux) fixed the problem. Sphinx outdated or missing modules? Kind Regards Niels On 27/04/2022 11:27, Andrea Aime wrote: Hi Niels, they were linked from Jody's first message in this thread. Here it is: https://github.com/GeoCat/geoc

Re: [Geoserver-devel] Problems building GeoServer documentation

2022-04-27 Thread Andrea Aime
Hi Niels, they were linked from Jody's first message in this thread. Here it is: https://github.com/GeoCat/geocat-themes/blob/master/README.md Cheers Andrea On Wed, Apr 27, 2022 at 7:42 AM Niels Charlier wrote: > Hi Jody, > > I get the error after cleaning, I also get it without any changes (on

Re: [Geoserver-devel] Problems building GeoServer documentation

2022-04-26 Thread Niels Charlier via Geoserver-devel
Hi Jody, I get the error after cleaning, I also get it without any changes (on an updated and untouched main branch). Note that the error is: [exec] Theme error: [exec] An error happened in rendering the page background. [exec] Reason: UndefinedError("'root_doc' is undefined")

Re: [Geoserver-devel] Problems building GeoServer documentation

2022-04-26 Thread Jody Garnett
Try a clean first, and review your change for any toctree directive changes. As indicated this is sometimes an issue with parent / child relationships. Jody On Tue, Apr 26, 2022 at 12:27 AM Niels Charlier via Geoserver-devel < geoserver-devel@lists.sourceforge.net> wrote: > Hello Ian, > > Yes, I

Re: [Geoserver-devel] Problems building GeoServer documentation

2022-04-26 Thread Niels Charlier via Geoserver-devel
Hello Ian, Yes, I get the same error from sphinx as Andrea did  back then. Kind Regards Niels On 26/04/2022 12:18, Ian Turton wrote: I just go to docs/en and do mvn install - do you have sphinx installed? Ian On Tue, 26 Apr 2022 at 11:11, Niels Charlier via Geoserver-devel wrote: An

Re: [Geoserver-devel] Problems building GeoServer documentation

2022-04-26 Thread Ian Turton
I just go to docs/en and do mvn install - do you have sphinx installed? Ian On Tue, 26 Apr 2022 at 11:11, Niels Charlier via Geoserver-devel < geoserver-devel@lists.sourceforge.net> wrote: > Andrea, > > I keep having this issue. What do you mean exactly with the instructions > on the GeoCat site

Re: [Geoserver-devel] Problems building GeoServer documentation

2022-04-26 Thread Niels Charlier via Geoserver-devel
Andrea, I keep having this issue. What do you mean exactly with the instructions on the GeoCat site? I cannot resolve it. Kind Regards Niels On 13/10/2021 09:42, Andrea Aime wrote: Hi Jody, I just followed the instructions on the GeoCat site and then, it built. No changes in the docs. Howe

Re: [Geoserver-devel] Problems building GeoServer documentation

2021-10-13 Thread Andrea Aime
Hi Jody, I just followed the instructions on the GeoCat site and then, it built. No changes in the docs. However, it was building just fine until some time ago (weeks?) so some recent change must have broken a previously working setup, and now requires a more recent sphinx version, it seems. Chee

Re: [Geoserver-devel] Problems building GeoServer documentation

2021-10-12 Thread Jody Garnett
Oh I know this one, it often annoys me when doing theme development it usually has to do with parent / child table of contents relationships being messed up somehow. Sometimes if you are just doing incremental builds locally you can introduce a problem of this nature... Let me check out main and b

Re: [Geoserver-devel] Problems building GeoServer documentation

2021-10-12 Thread Andrea Aime
Something has changed recently that broke the build for me too: sphinx: [echo] Running sphinx-build -D release=2.21-SNAPSHOT -W -b html -d "/home/aaime/devel/git-gs/doc/en/target/docguide/doctrees" . "/home/aaime/devel/git-gs/doc/en/target/docguide/html" [exec] /usr/local/lib/python2.7/d

Re: [Geoserver-devel] Problems building GeoServer documentation

2021-10-09 Thread Jody Garnett
Peter, A number of osgeo projects use this python / sphinx stack for documentation management. For geoserver we use python 3 (which defaults to utc-8) rather than python 2 which has been discontinued. The instructions ( https://docs.geoserver.org/latest/en/docguide/install.html ) appear a little