abakan-zz / ablog

ABlog for blogging with Sphinx
ablog.readthedocs.org
Other
122 stars 35 forks source link

feeds not being published on readthedocs #54

Closed mr-c closed 8 years ago

mr-c commented 8 years ago

See https://github.com/rtfd/readthedocs.org/issues/1771

abakan-zz commented 8 years ago

I see feeds here http://mrc.commonwl.org/en/latest/blog/tag/announcement.html and here http://mrc.commonwl.org/en/latest/blog/atom.xml Did you resolve the issue?

mr-c commented 8 years ago

Hello @abakan

Based upon https://github.com/abakan/ablog/blob/devel/ablog/templates/page.html#L6 I expect to see links to the feed in my headers

abakan-zz commented 8 years ago

Now I see the issue. I will check that today.

abakan-zz commented 8 years ago

Links to feeds should now be included in header. I need to do some more changes though to make sure link to archive feeds is given in archive pages.

mr-c commented 8 years ago

Hmm.. I updated my requirements.txt to pull your changes in but I'm not seeing the fix on RTD:

https://readthedocs.org/projects/mrc-snippets/builds/3424079/ http://mrc.commonwl.org/en/latest/

abakan-zz commented 8 years ago

It looks like ablog was not reinstalled:

  Requirement already satisfied (use --upgrade to upgrade): ablog==0.8.0 from https://github.com/abakan/ablog/archive/28e7f0e64347bca6da1a2523d412ae0af262ecf3.zip in /home/docs/checkouts/readthedocs.org/user_builds/mrc-snippets/envs/latest/lib/python2.7/site-packages (from -r requirements.txt (line 1))

You could try wiping latest from Project -> Versions, and rebuilding.

mr-c commented 8 years ago

Hmm.. Okay, I've wiped latest but I get the same result https://readthedocs.org/projects/mrc-snippets/builds/3424979/

On Fri, Oct 23, 2015 at 6:44 PM Ahmet Bakan notifications@github.com wrote:

It looks like ablog was not reinstalled:

Requirement already satisfied (use --upgrade to upgrade): ablog==0.8.0 from https://github.com/abakan/ablog/archive/28e7f0e64347bca6da1a2523d412ae0af262ecf3.zip in /home/docs/checkouts/readthedocs.org/user_builds/mrc-snippets/envs/latest/lib/python2.7/site-packages (from -r requirements.txt (line 1))

You could try wiping latest from Project -> Versions.

— Reply to this email directly or view it on GitHub https://github.com/abakan/ablog/issues/54#issuecomment-150612367.

abakan-zz commented 8 years ago

I made a release, you should have feeds linked now. I don't know why it still didn't work on RTD after wiping. Maybe they preinstall a version of ablog, and unless version changes you cannot get it reinstalled.

mr-c commented 8 years ago

Thank you @abakan , that worked.

Perhaps it is because I didn't check the 'use virtualenv' box?

abakan-zz commented 8 years ago

Not sure, I have the hardest time troubleshooting things on RTD.