Closed smangham closed 6 months ago
This is, of course, much more work than expected. For some reason it's now failing to build with a NotImplementedError: <class 'sphinx.writers.html5.HTML5Translator'> departing unknown node type: CodeAreaNode
error, which appears to be down to the notebook import not working. However, it was working with the exact same package list bar h5py
and sphinx-icon
, so I'm removing sphinx-icon
and seeing what happens.
Finally got it working, for some reason sphinx-icons
broke it?
Current build is here
We don't have most of the
py_progs
in the Sphinx documentation site -py_docs
is supposed to handle documentation of them but we don't re-run it often. I'll add more of them. We should have a 'Additional scripts' category for the less interesting ones.I experimented with
sphinx-auto-api
yesterday but it didn't seem to work well with our code so I'll neglect that for the moment and do it manually.This should be a very short bit of work.