Re: Problem using sphinx to build documentation

2023-06-13 Thread Chris Johns
On 7/6/2023 10:09 pm, andrew.butterfi...@scss.tcd.ie wrote:
> Done - it's #4915

This is now fixed.

Chris
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users


Re: Problem using sphinx to build documentation

2023-06-07 Thread andrew.butterfi...@scss.tcd.ie
> Could you please raise a ticket?

Done - it's #4915


Andrew Butterfield Tel: +353-1-896-2517 Fax: +353-1-677-2204
Lero@TCD, Head of Software Foundations & Verification Research Group
School of Computer Science and Statistics,
Room G.39, O'Reilly Institute, Trinity College, University of Dublin
http://www.scss.tcd.ie/Andrew.Butterfield/ 




On 06/06/2023, 23:22, "users on behalf of Chris Johns" mailto:users-boun...@rtems.org> on behalf of chr...@rtems.org 
> wrote:


On 6/6/2023 7:11 pm, andrew.butterfi...@scss.tcd.ie 
 wrote:
> I am trying to install sphinx on an Apple Silicon OSX machine.
> I've already done this successfully on a similar machine.
>
> This time, after following steps in the rtems-docs README.txt,
> I do ./waf , it does some stuff and then:
>
> [ 7/10] Compiling common/_static/favicon.ico
> [ 8/10] Compiling common/_static/my-styles.css
> [ 9/10] Compiling common/_static/logo.png
> [10/10] Compiling common/_static/style.css
>
> Theme error:
> An error happened in rendering the page bld/index.
> Reason: UndefinedError("'style' is undefined")
>
> I have not seen this error before - any thoughts?
>
> I'm using pip 22.2.1 and Python 3.10.6


Could you please raise a ticket?


Chris
___
users mailing list
users@rtems.org 
http://lists.rtems.org/mailman/listinfo/users 



 





___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users


Re: Problem using sphinx to build documentation

2023-06-07 Thread andrew.butterfi...@scss.tcd.ie
Hello Frank,

I installed 6.2.1 and it works fine - thanks!

Andrew

 
Andrew Butterfield Tel: +353-1-896-2517 Fax: +353-1-677-2204 
Lero@TCD, Head of Software Foundations & Verification Research Group 
School of Computer Science and Statistics, 
Room G.39, O'Reilly Institute, Trinity College, University of Dublin 
http://www.scss.tcd.ie/Andrew.Butterfield/ 
<http://www.scss.tcd.ie/Andrew.Butterfield/> 
 





On 06/06/2023, 22:47, "Frank Kühndel" mailto:frank.kuehn...@embedded-brains.de>> wrote:


Hello Andrew,


I run into the same error message just today (albeit in a different 
context). The Problem seems to be Sphinx 7. For me Sphinx 6.2.1 and 
5.3.0 worked.


Greetings
Frank


On 6/6/23 19:22, andrew.butterfi...@scss.tcd.ie 
<mailto:andrew.butterfi...@scss.tcd.ie> wrote:
> Subject:
> Re: Problem using sphinx to build documentation
> From:
> "andrew.butterfi...@scss.tcd.ie <mailto:andrew.butterfi...@scss.tcd.ie>" 
> mailto:andrew.butterfi...@scss.tcd.ie>>
> Date:
> 6/6/23, 19:22
> 
> To:
> "j...@rtems.org <mailto:j...@rtems.org>"  <mailto:j...@rtems.org>>, "andrew.butterfi...@scss.tcd.ie 
> <mailto:andrew.butterfi...@scss.tcd.ie>" 
> mailto:andrew.butterfi...@scss.tcd.ie>>
> CC:
> "users@rtems.org <mailto:users@rtems.org>"  <mailto:users@rtems.org>>
> 
> 
>> Which sphinx version got installed?
> It think its 7.0.1
> 
> I tried to re-install it and saw
> 
> ab-rtems-docs% . ./sphinx/bin/activate
> (sphinx) ab-rtems-docs% pip3 install sphinx
> Requirement already satisfied: sphinx in 
> ./sphinx/lib/python3.10/site-packages (7.0.1)
> Requirement already satisfied: sphinxcontrib-qthelp in 
> ./sphinx/lib/python3.10/site-packages (from sphinx) (1.0.3)
> Requirement already satisfied: sphinxcontrib-applehelp in 
> ./sphinx/lib/python3.10/site-packages (from sphinx) (1.0.4)
> 
> Andrew
> 
> 
> Andrew Butterfield Tel: +353-1-896-2517 Fax: +353-1-677-2204
> Lero@TCD, Head of Software Foundations & Verification Research Group
> School of Computer Science and Statistics,
> Room G.39, O'Reilly Institute, Trinity College, University of Dublin
> http://www.scss.tcd.ie/Andrew.Butterfield/ 
> <http://www.scss.tcd.ie/Andrew.Butterfield/>
> 
> 
> 
> 
> From: Joel Sherrillmailto:j...@rtems.org>>
> Reply to:"j...@rtems.org <mailto:j...@rtems.org>"  <mailto:j...@rtems.org>>
> Date: Tuesday 6 June 2023 at 17:51
> To:"andrew.butterfi...@scss.tcd.ie <mailto:andrew.butterfi...@scss.tcd.ie>" 
> mailto:andrew.butterfi...@scss.tcd.ie>>
> Cc:"users@rtems.org <mailto:users@rtems.org>"  <mailto:users@rtems.org>>
> Subject: Re: Problem using sphinx to build documentation
> 
> 
> 
> On Tue, Jun 6, 2023 at 4:11 amandrew.butterfi...@scss.tcd.ie 
> <mailto:amandrew.butterfi...@scss.tcd.ie><mailto:andrew.butterfi...@scss.tcd.ie
>  <mailto:andrew.butterfi...@scss.tcd.ie>>  <mailto:andrew.butterfi...@scss.tcd.ie><mailto:andrew.butterfi...@scss.tcd.ie 
> <mailto:andrew.butterfi...@scss.tcd.ie>>> wrote:
> I am trying to install sphinx on an Apple Silicon OSX machine.
> I've already done this successfully on a similar machine.
> 
> This time, after following steps in the rtems-docs README.txt,
> I do ./waf , it does some stuff and then:
> 
> [ 7/10] Compiling common/_static/favicon.ico
> [ 8/10] Compiling common/_static/my-styles.css
> [ 9/10] Compiling common/_static/logo.png
> [10/10] Compiling common/_static/style.css
> 
> Theme error:
> An error happened in rendering the page bld/index.
> Reason: UndefinedError("'style' is undefined")
> 
> I have not seen this error before - any thoughts?
> 
> I'm using pip 22.2.1 and Python 3.10.6
> 
> Which sphinx version got installed?
> 
> Regards, Andrew
> 
> 
> 
> Andrew Butterfield Tel: +353-1-896-2517 Fax: +353-1-677-2204
> Lero@TCD, Head of Software Foundations & Verification Research Group
> School of Computer Science and Statistics,
> Room G.39, O'Reilly Institute, Trinity College, University of Dublin
> http://www.scss.tcd.ie/Andrew.Butterfield/ 
> <http://www.scss.tcd.ie/Andrew.Butterfield/> 
> <http://www.scss.tcd.ie/Andrew.Butterfield/http://www.scss.tcd.ie/Andrew.Butterfield/;>
> --

Re: Problem using sphinx to build documentation

2023-06-06 Thread Chris Johns
On 6/6/2023 7:11 pm, andrew.butterfi...@scss.tcd.ie wrote:
> I am trying to install sphinx on an Apple Silicon OSX machine.
> I've already done this successfully on a similar machine.
> 
> This time, after  following steps in   the rtems-docs README.txt,
> I do ./waf , it does some stuff and then:
> 
> [ 7/10] Compiling common/_static/favicon.ico
> [ 8/10] Compiling common/_static/my-styles.css
> [ 9/10] Compiling common/_static/logo.png
> [10/10] Compiling common/_static/style.css
> 
> Theme error:
> An error happened in rendering the page bld/index.
> Reason: UndefinedError("'style' is undefined")
> 
> I have not seen this error before - any thoughts?
> 
> I'm using pip 22.2.1 and Python 3.10.6

Could you please raise a ticket?

Chris
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users


Re: Problem using sphinx to build documentation

2023-06-06 Thread Frank Kühndel

Hello Andrew,

I run into the same error message just today (albeit in a different 
context). The Problem seems to be Sphinx 7. For me Sphinx 6.2.1 and 
5.3.0 worked.


Greetings
Frank

On 6/6/23 19:22, andrew.butterfi...@scss.tcd.ie wrote:

Subject:
Re: Problem using sphinx to build documentation
From:
"andrew.butterfi...@scss.tcd.ie" 
Date:
6/6/23, 19:22

To:
"j...@rtems.org" , "andrew.butterfi...@scss.tcd.ie" 


CC:
"users@rtems.org" 



Which sphinx version got installed?

It think its 7.0.1

I tried to re-install it and saw

ab-rtems-docs% . ./sphinx/bin/activate
(sphinx) ab-rtems-docs% pip3 install sphinx
Requirement already satisfied: sphinx in ./sphinx/lib/python3.10/site-packages 
(7.0.1)
Requirement already satisfied: sphinxcontrib-qthelp in 
./sphinx/lib/python3.10/site-packages (from sphinx) (1.0.3)
Requirement already satisfied: sphinxcontrib-applehelp in 
./sphinx/lib/python3.10/site-packages (from sphinx) (1.0.4)

Andrew


Andrew Butterfield Tel: +353-1-896-2517 Fax: +353-1-677-2204
Lero@TCD, Head of Software Foundations & Verification Research Group
School of Computer Science and Statistics,
Room G.39, O'Reilly Institute, Trinity College, University of Dublin
  http://www.scss.tcd.ie/Andrew.Butterfield/




From: Joel Sherrill
Reply to:"j...@rtems.org"  
Date: Tuesday 6 June 2023 at 17:51
To:"andrew.butterfi...@scss.tcd.ie"  
Cc:"users@rtems.org"  
Subject: Re: Problem using sphinx to build documentation



On Tue, Jun 6, 2023 at 4:11 
amandrew.butterfi...@scss.tcd.ie<mailto:andrew.butterfi...@scss.tcd.ie>  
mailto:andrew.butterfi...@scss.tcd.ie>> wrote:
I am trying to install sphinx on an Apple Silicon OSX machine.
I've already done this successfully on a similar machine.

This time, after  following steps in   the rtems-docs README.txt,
I do ./waf , it does some stuff and then:

[ 7/10] Compiling common/_static/favicon.ico
[ 8/10] Compiling common/_static/my-styles.css
[ 9/10] Compiling common/_static/logo.png
[10/10] Compiling common/_static/style.css

Theme error:
An error happened in rendering the page bld/index.
Reason: UndefinedError("'style' is undefined")

I have not seen this error before - any thoughts?

I'm using pip 22.2.1 and Python 3.10.6

Which sphinx version got installed?

Regards, Andrew



Andrew Butterfield Tel: +353-1-896-2517 Fax: +353-1-677-2204
Lero@TCD, Head of Software Foundations & Verification Research Group
School of Computer Science and Statistics,
Room G.39, O'Reilly Institute, Trinity College, University of Dublin
http://www.scss.tcd.ie/Andrew.Butterfield/  
<http://www.scss.tcd.ie/Andrew.Butterfield/>






___
users mailing list
users@rtems.org<mailto:users@rtems.org>
http://lists.rtems.org/mailman/listinfo/users


___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users



--
embedded brains GmbH & Co. KG
Herr Frank KÜHNDEL
Dornierstr. 4
82178 Puchheim
Germany
email: frank.kuehn...@embedded-brains.de
phone:  +49-89-18 94 741 - 23
mobile: +49-176-15 22 06 - 11

Registergericht: Amtsgericht München
Registernummer: HRA 117265
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Re: Problem using sphinx to build documentation

2023-06-06 Thread andrew.butterfi...@scss.tcd.ie
> Which sphinx version got installed?

It think its 7.0.1

I tried to re-install it and saw

ab-rtems-docs% . ./sphinx/bin/activate
(sphinx) ab-rtems-docs% pip3 install sphinx
Requirement already satisfied: sphinx in ./sphinx/lib/python3.10/site-packages 
(7.0.1)
Requirement already satisfied: sphinxcontrib-qthelp in 
./sphinx/lib/python3.10/site-packages (from sphinx) (1.0.3)
Requirement already satisfied: sphinxcontrib-applehelp in 
./sphinx/lib/python3.10/site-packages (from sphinx) (1.0.4)

Andrew


Andrew Butterfield Tel: +353-1-896-2517 Fax: +353-1-677-2204
Lero@TCD, Head of Software Foundations & Verification Research Group
School of Computer Science and Statistics,
Room G.39, O'Reilly Institute, Trinity College, University of Dublin
 http://www.scss.tcd.ie/Andrew.Butterfield/




From: Joel Sherrill 
Reply to: "j...@rtems.org" 
Date: Tuesday 6 June 2023 at 17:51
To: "andrew.butterfi...@scss.tcd.ie" 
Cc: "users@rtems.org" 
Subject: Re: Problem using sphinx to build documentation



On Tue, Jun 6, 2023 at 4:11 AM 
andrew.butterfi...@scss.tcd.ie<mailto:andrew.butterfi...@scss.tcd.ie> 
mailto:andrew.butterfi...@scss.tcd.ie>> wrote:
I am trying to install sphinx on an Apple Silicon OSX machine.
I've already done this successfully on a similar machine.

This time, after  following steps in   the rtems-docs README.txt,
I do ./waf , it does some stuff and then:

[ 7/10] Compiling common/_static/favicon.ico
[ 8/10] Compiling common/_static/my-styles.css
[ 9/10] Compiling common/_static/logo.png
[10/10] Compiling common/_static/style.css

Theme error:
An error happened in rendering the page bld/index.
Reason: UndefinedError("'style' is undefined")

I have not seen this error before - any thoughts?

I'm using pip 22.2.1 and Python 3.10.6

Which sphinx version got installed?

Regards, Andrew



Andrew Butterfield Tel: +353-1-896-2517 Fax: +353-1-677-2204
Lero@TCD, Head of Software Foundations & Verification Research Group
School of Computer Science and Statistics,
Room G.39, O'Reilly Institute, Trinity College, University of Dublin
http://www.scss.tcd.ie/Andrew.Butterfield/ 
<http://www.scss.tcd.ie/Andrew.Butterfield/>






___
users mailing list
users@rtems.org<mailto:users@rtems.org>
http://lists.rtems.org/mailman/listinfo/users
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Re: Problem using sphinx to build documentation

2023-06-06 Thread Joel Sherrill
On Tue, Jun 6, 2023 at 4:11 AM andrew.butterfi...@scss.tcd.ie <
andrew.butterfi...@scss.tcd.ie> wrote:

> I am trying to install sphinx on an Apple Silicon OSX machine.
> I've already done this successfully on a similar machine.
>
> This time, after  following steps in   the rtems-docs README.txt,
> I do ./waf , it does some stuff and then:
>
> [ 7/10] Compiling common/_static/favicon.ico
> [ 8/10] Compiling common/_static/my-styles.css
> [ 9/10] Compiling common/_static/logo.png
> [10/10] Compiling common/_static/style.css
>
> Theme error:
> An error happened in rendering the page bld/index.
> Reason: UndefinedError("'style' is undefined")
>
> I have not seen this error before - any thoughts?
>
> I'm using pip 22.2.1 and Python 3.10.6
>

Which sphinx version got installed?

>
> Regards, Andrew
>
>
> 
> Andrew Butterfield Tel: +353-1-896-2517 Fax: +353-1-677-2204
> Lero@TCD, Head of Software Foundations & Verification Research Group
> School of Computer Science and Statistics,
> Room G.39, O'Reilly Institute, Trinity College, University of Dublin
> http://www.scss.tcd.ie/Andrew.Butterfield/ <
> http://www.scss.tcd.ie/Andrew.Butterfield/>
> 
>
>
>
>
>
> ___
> users mailing list
> users@rtems.org
> http://lists.rtems.org/mailman/listinfo/users
>
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Problem using sphinx to build documentation

2023-06-06 Thread andrew.butterfi...@scss.tcd.ie
I am trying to install sphinx on an Apple Silicon OSX machine.
I've already done this successfully on a similar machine.

This time, after  following steps in   the rtems-docs README.txt,
I do ./waf , it does some stuff and then:

[ 7/10] Compiling common/_static/favicon.ico
[ 8/10] Compiling common/_static/my-styles.css
[ 9/10] Compiling common/_static/logo.png
[10/10] Compiling common/_static/style.css

Theme error:
An error happened in rendering the page bld/index.
Reason: UndefinedError("'style' is undefined")

I have not seen this error before - any thoughts?

I'm using pip 22.2.1 and Python 3.10.6

Regards, Andrew


 
Andrew Butterfield Tel: +353-1-896-2517 Fax: +353-1-677-2204 
Lero@TCD, Head of Software Foundations & Verification Research Group 
School of Computer Science and Statistics, 
Room G.39, O'Reilly Institute, Trinity College, University of Dublin 
http://www.scss.tcd.ie/Andrew.Butterfield/ 
 
 





___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users