-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
generate_atom_feeds()
raises StopIteration
#43
Comments
What version of ablog are you using? Can you try with master? It is a Python 3 only version that I hopefully plan to release this year. |
0.9.4, I'll upgrade to 0.9.5 and see if that solves the issue. |
Upgraded, issue still occurs. Will look more into the cause. |
You will have to install the version from master, its 0.10dev. |
Makes sense. Installed from source, version num is now |
Adding the |
Yeah it probably should be. |
Actually now I recall. I think there is an open PR to fix this. |
Are you referring to #38? That seems related, but I can't really tell from the modifications to the code there if it adds a default |
If I recall, I think it makes it require it. |
There probably should be a base default |
I agree, a default would be nice to have. I'm not particularly interested in having an atom feed in my project's blog and it would be nice to not have to specify additional options for that. Looks like jekyll just sets the baseurl value in their conf file to an empty string, do you think the same approach would work here? |
Well it's better than being None |
Agreed. I can open a PR for this if you'd like, or would you prefer that this modification be a part of #38? |
Probably makes more sense to be part of #38, could you leave a comment on that PR about this? |
Original issue was opened on Sphinx as sphinx-doc/sphinx#6722
The offending line is this:
ablog/ablog/post.py
Line 607 in d148cf4
Not entirely sure what causes the url to be
None
, I'll do some more digging to see if it's an issue with my project's configuration or not. My hunch is that it is due to my combination of Python version and OS, the other developers on my team are able to build fine.Project
https://github.com/purduesigbots/pros-docs
Software Versions
The text was updated successfully, but these errors were encountered: