Help: Unable to build Sphinx Documentation...

Have just installed OpenMC 0.7.0 on LinuxMint 17.1, 64 bit architecture using mpif90.openmpi to compile from source using CMake.

Am now trying to build Sphinx Documentation and threw an exception. Screenshot of the error is attached to this post.

The error states: NBFormatError: Unsupported JSON nbformat version 4 (supported version: 3)

I suspect that I am going to need to install something from Python 3 or Python 3.4, but don’t know exactly what to do.

Maybe I should instead file this bug report at https://github.com/sphinx-doc/sphinx/issues ? Any ideas?

Respectfully,

Shawn Wachter

Hi Shawn,

What version of IPython do you have installed?

Best,
Paul

It looks like the notebook format was changed in IPython 3.x, so that’s what you’ll need if you really want to build the documentation. I’d recommend installing the latest version using pip.

Best,
Paul