From 5da252172b5938f7c7775b4df41dea97589340a9 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 31 May 2021 01:31:04 -0400 Subject: [PATCH] Attempt to unbreak readthedocs build --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 5641e5529..cb95f7fb1 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -24,5 +24,5 @@ help: # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile - ./genrst + ##### temp test ./genrst @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)