From f74809d86062a5b983d76a591864e87483311a8f Mon Sep 17 00:00:00 2001 From: Thibault Lestang Date: Fri, 11 Sep 2020 18:03:57 +0100 Subject: [PATCH] points rtd to docs/requirements.txt --- .readthedocs.yml | 2 +- docs/requirements.txt | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yml b/.readthedocs.yml index 950ecffd34..4178b742fb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,4 +15,4 @@ sphinx: python: version: 3.8 install: - - requirements: requirements.txt + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000000..1fa06acecb --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,19 @@ +# Requirements for readthedocs.io +numpy >= 1.16 +scipy >= 1.3 +pandas >= 0.24 +anytree >= 2.4.3 +autograd >= 1.2 +scikit-fem >= 0.2.0 +casadi >= 3.5.0 +jax>=0.1.68 +jaxlib>=0.1.47 +jupyter # For example notebooks +# Note: Matplotlib is loaded for debug plots but to ensure pybamm runs +# on systems without an attached display it should never be imported +# outside of plot() methods. +# Should not be imported +matplotlib >= 2.0 +# +guzzle-sphinx-theme +sphinx>=1.5