pallets-eco / flask-openid

Flask-OpenID adds openid support to flask applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

latest version missing _themes for docs

idella opened this issue · comments

The whole _themes folder is simply absent in the last release.

archtester flask-openid # ls /mnt/gen2/TmpDir/portage/dev-python/flask-openid-1.1/work/Flask-OpenID-1.1/docs/
conf.py index.rst make.bat Makefile _static

archtester flask-openid # ls /mnt/gen2/TmpDir/portage/dev-python/flask-openid-1.0.1/work/Flask-OpenID-1.0.1/docs/
conf.py index.rst make.bat Makefile _static _themes

A user in gentoo has filed a bug accordingly since the docs now fail the build from its own Makefile.

Please re-add and don't ask me to do a corresponding pull request.

During the 1.1.1 release, it had been forgotten to add this directory.
I have just added some code to setup.py that makes sure we can't forget this anymore, so this should no longer happen with future releases you pull from PyPI.