Eric Berquist
Eric Berquist
- GH pages still isn't being updated - The table at https://cclib.readthedocs.io/en/latest/data.html isn't showing
GH pages are being served from https://github.com/cclib/cclib.github.io which we must have been updating manually. It's disabled from the main repository:  Ideally the RTD build result gets...
Reminder: when looking at this, also fix the last part of #997.
#709 might still be problem here, not sure if it's related to the tables not showing.
Now RTD is broken (https://readthedocs.org/projects/cclib/builds/20580416/). Maybe it's as simple as switching from Python 3.7 to 3.10 in `.readthedocs.yml`. ``` Running Sphinx v5.3.0 Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/cclib/envs/1200/lib/python3.7/site-packages/sphinx/registry.py", line...
#1216 merged but it deploys to https://cclib.github.io/cclib and not http://cclib.github.io/.
#1223 attempts to push to cclib.github.io via https://github.com/cclib/cclib.github.io but there is a problem with the CI runner.
#1227 fixed the problem with the CI runner. Now it looks like there are problems with bulleted lists in Sphinx.
Nope, looks ok now. Must have been a browser thing on my end. What do we do about the fact that there is both http://cclib.github.io (yes, not https) and https://cclib.github.io/cclib?
Done! Thank you for doing all of this.