Re: 1.4 sphinx error on RHEL 6

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Devrim Gündüz <devrim(at)gunduz(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: 1.4 sphinx error on RHEL 6
Date: 2017-04-18 08:12:57
Message-ID: CA+OCxozS7GSQRWoPGJqvUwbntnN36i24ALrq30GogbFJyQ=Liw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Yeah, we see that with Python 2.6. Don't worrk about it.

On Mon, Apr 17, 2017 at 9:41 PM, Devrim Gündüz <devrim(at)gunduz(dot)org> wrote:
>
> Hi,
>
> This is new in 1.4: Any suggestions?
>
> ------
> sphinx-1.0-build -W -b html -d _build/doctrees . _build/html
> Making output directory...
> Running Sphinx v1.0.8
> /usr/lib/python2.6/site-packages/flask_security/forms.py:67: DeprecationWarning: Required is going away in WTForms 3.0, use DataRequired
> email_required = Required(message='EMAIL_NOT_PROVIDED')
> /usr/lib/python2.6/site-packages/flask_security/forms.py:69: DeprecationWarning: Required is going away in WTForms 3.0, use DataRequired
> password_required = Required(message='PASSWORD_NOT_PROVIDED')
> loading pickled environment... not yet created
> building [html]: targets for 87 source files that are out of date
> updating environment: 87 added, 0 changed, 0 removed
> reading sources... [100%] view_dialog
>
> Warning, treated as error:
> /var/lib/pgsql/rpm/BUILD/pgadmin4-1.4/docs/en_US/connect_error.rst:4: ERROR: Interpreted text role "index" not implemented.
>
>
> Regards,
> --
> Devrim Gündüz
> EnterpriseDB: http://www.enterprisedb.com
> PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
> Twitter: @DevrimGunduz , @DevrimGunduzTR

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

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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-04-18 11:38:06 pgAdmin website commit: Correct link to downloads, per Devrim.
Previous Message Dave Page 2017-04-18 08:11:34 Re: [Design Update] Visual design of query editor and results table