planetarypy / pvl

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

readthedocs not updating #39

Closed rbeyer closed 4 years ago

rbeyer commented 4 years ago

As far as I understand how readthedocs works, it should be tracking the master branch of this repo, but the new documentation from the latest commits are not showing up there. Anybody know why?

Maybe @wtolson or @godber (who are listed as the readthedocs Maintainers) need to flip a switch or something? Not sure ...

michaelaye commented 4 years ago

the issue is that it was set up using GitHub Services which are deprecated. We simply need to put a new hook in place. I'll see if I can do that.

michaelaye commented 4 years ago

but also only @wtolson and @godber are maintainers on readthedocs, if that could be changed, it would be good. Will ping @godber on OpenPlanetary as well.

godber commented 4 years ago

I have:

  1. Managed to log into readthedocs
  2. attempted to make @michaelaye a maintainer.

Please let me know if that worked or not.

rbeyer commented 4 years ago

@godber Yes, that worked. Michael fixed it up. Now we're getting a docs build failure, but at least the process is working, so that's good. Baby steps.

michaelaye commented 4 years ago

i think that's all what was needed, thanks. Now we just need to tweak the recommended settings file until things compile, but I think we can close this issue. I also made Ross a maintainer, as he did all the work for the recent refactor.