From c9d984b32851ce4880f0d32938ede25a95d922c3 Mon Sep 17 00:00:00 2001 From: George Necula Date: Wed, 9 Oct 2019 13:44:13 +0200 Subject: [PATCH] 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! --- docs/requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index ce5ac4079..c9679b3f1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,8 @@ jaxlib ipykernel nbsphinx +# The next packages are for readthedocs +matplotlib +# Must install jax itself for notebook execution to work +. +