librelist archives

« back to archive

Missed flash theme for Sphenix

Missed flash theme for Sphenix

From:
Giovanni Giorgi
Date:
2011-07-08 @ 13:15
Hi all,
 I am stuck with a very silly problem.
I have created an extension with the flask's extension wizard
When I try to generate the documentation I get the following error:
  no theme named 'flask_small' found (missing theme.conf?)
I have tried to find the sphenix theme
 in the standard flask source code, but I was unable to fix it...

Where can I find the flask_small theme?

Thank you!

-- 
Senior Consultant
http://gioorgi.com

Re: [flask] Missed flash theme for Sphenix

From:
Andy Wilson
Date:
2011-07-08 @ 13:25
On Fri, Jul 8, 2011 at 8:15 AM, Giovanni Giorgi <jj@gioorgi.com> wrote:

> Hi all,
>  I am stuck with a very silly problem.
> I have created an extension with the flask's extension wizard
> When I try to generate the documentation I get the following error:
>  no theme named 'flask_small' found (missing theme.conf?)
> I have tried to find the sphenix theme
>  in the standard flask source code, but I was unable to fix it...
>
> Where can I find the flask_small theme?
>

from the root dir of your extension:
git submodule init
git submodule update

Re: [flask] Missed flash theme for Sphenix

From:
Giovanni Giorgi
Date:
2011-07-08 @ 14:32
Thank you.
I was using mercurial as version control so I incur in this issue

The fastest way to solve the issue is to run
git clone https://github.com/mitsuhiko/flask-sphinx-themes.git _themes

inside the docs directory of your module, and then to follow the
_themes/README
instruction inside it.

Thank you very much!

On Fri, July 8, 2011 3:25 pm, Andy Wilson wrote:
> On Fri, Jul 8, 2011 at 8:15 AM, Giovanni Giorgi <jj@gioorgi.com> wrote:
>
>> Hi all,
>>  I am stuck with a very silly problem.
>> I have created an extension with the flask's extension wizard
>> When I try to generate the documentation I get the following error:
>>  no theme named 'flask_small' found (missing theme.conf?)
>> I have tried to find the sphenix theme
>>  in the standard flask source code, but I was unable to fix it...
>>
>> Where can I find the flask_small theme?
>>
>
> from the root dir of your extension:
> git submodule init
> git submodule update
>


-- 
Senior Consultant
http://gioorgi.com