Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Magnus Hagander
On Nov 16, 2016 11:10, "Devrim Gündüz" wrote: > > > Hi, > > On Wed, 2016-11-16 at 09:54 +, Dave Page wrote: > > > Not at all knowing what Devrim was thinking, but perhaps you need something > > > like what postgresql.org does for "difficult build dependencies". Which is > > > build a snapshot

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Dave Page
On Wed, Nov 16, 2016 at 10:26 AM, Dave Page wrote: > On Wed, Nov 16, 2016 at 10:05 AM, Devrim Gündüz wrote: >> >> Hi, >> >> On Wed, 2016-11-16 at 09:22 +, Dave Page wrote: >>> We can't not ship the docs. Or are you suggesting we pull the RPM from >>> another build and use that? It is just HTM

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Dave Page
On Wed, Nov 16, 2016 at 10:19 AM, Devrim Gündüz wrote: > > Hi, > > On Wed, 2016-11-16 at 13:10 +0300, Devrim Gündüz wrote: >> I can do it in the community repo, but not sure if EPEL update will be >> accepted >> (I have the power to do so, but EPEL policy may be boring sometimes) >> >> I'll take a

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Dave Page
On Wed, Nov 16, 2016 at 10:05 AM, Devrim Gündüz wrote: > > Hi, > > On Wed, 2016-11-16 at 09:22 +, Dave Page wrote: >> We can't not ship the docs. Or are you suggesting we pull the RPM from >> another build and use that? It is just HTML files and images after >> all. > > Hmm, that should work i

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Dave Page
On Wed, Nov 16, 2016 at 10:10 AM, Devrim Gündüz wrote: > > Hi, > > On Wed, 2016-11-16 at 09:54 +, Dave Page wrote: >> > Not at all knowing what Devrim was thinking, but perhaps you need something >> > like what postgresql.org does for "difficult build dependencies". Which is >> > build a snaps

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Devrim Gündüz
Hi, On Wed, 2016-11-16 at 13:10 +0300, Devrim Gündüz wrote: > I can do it in the community repo, but not sure if EPEL update will be > accepted > (I have the power to do so, but EPEL policy may be boring sometimes) > > I'll take a look. I already added 20+ more packages to community repo for > p

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Devrim Gündüz
Hi, On Wed, 2016-11-16 at 09:54 +, Dave Page wrote: > > Not at all knowing what Devrim was thinking, but perhaps you need something > > like what postgresql.org does for "difficult build dependencies". Which is > > build a snapshot tarfile that includes the *prebuilt* documentation, and > the

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Devrim Gündüz
Hi, On Wed, 2016-11-16 at 09:22 +, Dave Page wrote: > We can't not ship the docs. Or are you suggesting we pull the RPM from > another build and use that? It is just HTML files and images after > all. Hmm, that should work in theory, but RPM headers will be different in distros, so it may no

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Dave Page
On Wed, Nov 16, 2016 at 9:41 AM, Magnus Hagander wrote: > > > On Wed, Nov 16, 2016 at 10:22 AM, Dave Page wrote: >> >> On Wed, Nov 16, 2016 at 9:16 AM, Devrim Gündüz wrote: >> > >> > Hi Dave, >> > >> > On Mon, 2016-11-14 at 09:41 +, Dave Page wrote: >> >> Hmmm. It's because the version of Sp

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Magnus Hagander
On Wed, Nov 16, 2016 at 10:22 AM, Dave Page wrote: > On Wed, Nov 16, 2016 at 9:16 AM, Devrim Gündüz wrote: > > > > Hi Dave, > > > > On Mon, 2016-11-14 at 09:41 +, Dave Page wrote: > >> Hmmm. It's because the version of Sphinx for EL7 and friends is really > >> quite old. We could probably ad

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Dave Page
On Wed, Nov 16, 2016 at 9:16 AM, Devrim Gündüz wrote: > > Hi Dave, > > On Mon, 2016-11-14 at 09:41 +, Dave Page wrote: >> 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

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Devrim Gündüz
Hi Dave, On Mon, 2016-11-14 at 09:41 +, Dave Page wrote: > 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 t

Re: [pgadmin-hackers] theme to use while building docs

2016-11-14 Thread Devrim Gündüz
Hi, On Mon, 2016-11-14 at 09:41 +, Dave Page wrote: > It's because the version of Sphinx for EL7 and friends is really > quite old. Right. > 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

Re: [pgadmin-hackers] theme to use while building docs

2016-11-14 Thread Dave Page
On Sat, Nov 12, 2016 at 7:54 PM, Devrim Gündüz 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 , an

Re: [pgadmin-hackers] theme to use while building docs

2016-11-14 Thread Devrim Gündüz
Hi, Any comments on this? I put 1.1 RPM package announcement on hold until we have a fix for this. Thanks! Regards, Devrim On Sat, 2016-11-12 at 22:54 +0300, Devrim Gündüz wrote: > Hi, > > While building docs on EL7 and F-23, I got this error: > > "no theme named 'classic' found (missing the