NeuralEnsemble / PyNN

A Python package for simulator-independent specification of neuronal network models.
Other
276 stars 126 forks source link

Copy objects.inv to github.io website #756

Closed rowleya closed 2 years ago

rowleya commented 2 years ago

It appears that the mirror of the documentation misses the objects.inv file created by Sphinx. It would be very useful if this appeared on the mirror site to avoid cross-documentation building issues when the main documentation site is down (which appear to be often ;).

apdavison commented 2 years ago

I've added that file from a fresh build, please let me know if this works.

(The mirror site on Github pages will become the main documentation site soon, by the way)

rowleya commented 2 years ago

I can see the file there now - thanks!

rowleya commented 2 years ago

I can also confirm that our doc builds now work against this site.