planetarypy / pvl

Python implementation of PVL (Parameter Value Language)
BSD 3-Clause "New" or "Revised" License
19 stars 19 forks source link

fix readthedocs config #43

Closed michaelaye closed 4 years ago

michaelaye commented 4 years ago

i just added autoprogram.

good thing is, after Ross' merge, the doc building process started automatically, so that's working as well. Now just need to work on the config until it works.

rbeyer commented 4 years ago

No, I've been hitting the RTD button. To set up webhooks, you need to do that Git-side, and I don't have the priviledges in planetarypy/pvl to see 'Webhooks' under 'Settings' : https://docs.readthedocs.io/en/stable/webhooks.html

michaelaye commented 4 years ago

Weird, i thought i saw the maintainer group has full access? build completed now, btw.

michaelaye commented 4 years ago

text starts with:

"Support for Python 2, 3 and pypi."

Guess we remove Python 2 support? Or is pvl still supporting that?

rbeyer commented 4 years ago

I do not understand GitHub Teams and permissions. If you can see the "Webhooks" thing, then you can fix it.

If you're seeing ""Support for Python 2, 3 and pypi." that's not the latest docs. It seems like the latest has passed building, but maybe isn't showing yet? Maybe its a cache thing?

rbeyer commented 4 years ago

Okay, now I'm seeing the new docs. Yay!

michaelaye commented 4 years ago

wow, indeed. i had to Shift-Reload! Now seeing new ones as well. I resynced the webhook, let's see if that worked. Closing this for now.

michaelaye commented 4 years ago

actually, the resync added a new webhook to the repo's settings, so we should be golden now.