From 5b7f65c45390d2c0edd4230f721d22238531b1d3 Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Fri, 24 Apr 2020 17:53:46 -0700 Subject: [PATCH] Make all the docs. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d13215b..cfa4642 100644 --- a/Makefile +++ b/Makefile @@ -28,5 +28,5 @@ test: sdist docs: - cd ./docs && make + cd ./docs && make && make mov && cd ./sphinx_docs && make html