Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to build documentation #26

Closed
mcepl opened this issue Jan 17, 2021 · 3 comments
Closed

Fails to build documentation #26

mcepl opened this issue Jan 17, 2021 · 3 comments

Comments

@mcepl
Copy link

mcepl commented Jan 17, 2021

When building documentation for 0.5.1 (from the tarball from GitHub) for the package for openSUSE I got this failure:

[    4s] + cd docs
[    4s] + PYTHONPATH=../build/lib
[    4s] + make html
[    4s] Running Sphinx v3.3.1
[    4s] 
[    4s] Configuration error:
[    4s] There is a programmable error in your configuration file:
[    4s] 
[    4s] Traceback (most recent call last):
[    4s]   File "/usr/lib/python3.8/site-packages/sphinx/config.py", line 319, in eval_config_file
[    4s]     execfile_(filename, namespace)
[    4s]   File "/usr/lib/python3.8/site-packages/sphinx/util/pycompat.py", line 89, in execfile_
[    4s]     exec(code, _globals)
[    4s]   File "/home/abuild/rpmbuild/BUILD/blue-0.5.1/docs/conf.py", line 22, in <module>
[    4s]     project = blue.__title__.title()
[    4s] AttributeError: module 'blue' has no attribute '__title__'
[    4s] 
[    4s] make: *** [Makefile:20: html] Error 2
@grantjenks
Copy link
Owner

Oops, I broke that. I’m out now but can fix later today.

@grantjenks
Copy link
Owner

Reminder for me: add tox command for building the docs and running doc8

@grantjenks
Copy link
Owner

Fixed in ccf815d and deployed to PyPI as v0.5.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants