Re: theme to use while building docs - Mailing list pgadmin-hackers

From Dave Page
Subject Re: theme to use while building docs
Date
Msg-id CA+OCxoymzAWo2uJpTpJJCN6Q6YPyAimE-hgL4JJ1E5=uVOxB2Q@mail.gmail.com
Whole thread Raw
In response to theme to use while building docs  (Devrim Gündüz <devrim@gunduz.org>)
Responses Re: theme to use while building docs  (Devrim Gündüz <devrim@gunduz.org>)
Re: theme to use while building docs  (Devrim Gündüz <devrim@gunduz.org>)
List pgadmin-hackers
On Sat, Nov 12, 2016 at 7:54 PM, Devrim Gündüz <devrim@gunduz.org> wrote:
>
> Hi,
>
> While building docs on EL7 and F-23, I got this error:
>
> "no theme named 'classic' found (missing theme.conf?)"
>
> The reason is that sphinx in these distros don't have the classic theme. So, I
> can patch docs/en_US/conf.py , and change
>
> html_theme = 'default'
>
> in these distros. However, that will be a hack. Is this something we can fix
> upstream, or should I really patch it myself?

Hmmm. It's because the version of Sphinx for EL7 and friends is really
quite old. We could probably add some Makefile magic to detect and
change it, but frankly it's probably easier (and will certainly be
much quicker) for you to just patch conf.py.

Thanks.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgadmin-hackers by date:

Previous
From: Devrim Gündüz
Date:
Subject: Re: theme to use while building docs
Next
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch]: Dashboard JS - Set DOM Elements context