From 6b7c406154db79d67679544809d41f4861d3a3f2 Mon Sep 17 00:00:00 2001 From: carrascomj Date: Mon, 24 May 2021 21:05:57 +0200 Subject: [PATCH] docs: update building docs with new requirements file --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5ad8dd0..7e1393f 100644 --- a/README.rst +++ b/README.rst @@ -70,8 +70,8 @@ To build the documentation locally, run .. code-block:: shell - pip install -r requirements_rtd.txt cd docs + pip install -r requirements.txt make ipy2rst # if there are notebooks for the docs at docs/notebooks make html