pythoninchemistry / intro_python_chemists

An open-source, online textbook introducing Python programming to chemistry students
https://pythoninchemistry.org/intro_python_chemists
BSD 3-Clause "New" or "Revised" License
23 stars 6 forks source link

CI doesn't work for jupyter-book==0.6.5 #71

Open arm61 opened 4 years ago

arm61 commented 4 years ago

The circleci falls down with the most recent release of jupyter-book, claiming that it cannot find the toc.

Couldn't find a Table of Contents file. To auto-generate one, run

jupyter-book toc .

But there is a toc. Need to work out why this is, for now jupyter-book==0.6.4 is the the requirements.txt

arm61 commented 4 years ago

It looks like this is how we go about fixing things...https://github.com/executablebooks/jupyter-book/wiki/The-Jupyter-Book-Wiki