N8-CIR-Bede / documentation

Documentation for the N8CIR Bede Tier 2 HPC faciltiy
https://bede-documentation.readthedocs.io/en/latest/
7 stars 11 forks source link

Fix RTD buillds post Software Sources version bump #91

Closed ptheywood closed 2 years ago

ptheywood commented 2 years ago

67 increased the sphinx version to no longer be several major version behind.

This change resulted in the RTD build failing, due to the use of a deprecated and removed sphinx function, which was only called when building on RTD.

This PR:

ptheywood commented 2 years ago

CI for a5d36ed failed as intended, demonstrating CI now reproduces RTD behaviour (build log)

While e37a8b2 passed, so this should now fix our RTD builds.