Fixed the readthedocs documentation build

Had to extend the docs/requirements.txt file to install
matplotlb (needed by the Gotchas notebook) and ".",
needed by everything. This results in a reduction
of the sphinx warnings from 3300 to 1200!
This commit is contained in:
George Necula 2019-10-09 13:44:13 +02:00
parent 85927f01fa
commit c9d984b328

View File

@ -1,3 +1,8 @@
jaxlib
ipykernel
nbsphinx
# The next packages are for readthedocs
matplotlib
# Must install jax itself for notebook execution to work
.