From ec86589b8f6683236a631318d051a367dd7cc846 Mon Sep 17 00:00:00 2001
From: Patrick Godwin <patrick.godwin@ligo.org>
Date: Mon, 15 Jul 2019 15:20:56 -0700
Subject: [PATCH] doc Makefile: comment back out this python packaging hack

---
 doc/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile
index 740750bd3b..ec673cda53 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,8 +1,8 @@
 gstlal-modules :
 	# FIXME FIXME FIXME total hack to work around unique python packaging
-	mv ../gstlal/python/__init__.py ../gstlal/python/__init__.py.bk
+	#mv ../gstlal/python/__init__.py ../gstlal/python/__init__.py.bk
 	sphinx-apidoc -e -o source/gstlal/python-modules ../gstlal/python ../gstlal/python/misc.py ../gstlal/python/bottle.py ../gstlal/python/coherent_null.py ../gstlal/python/matplotlibhelper.py
-	mv ../gstlal/python/__init__.py.bk ../gstlal/python/__init__.py
+	#mv ../gstlal/python/__init__.py.bk ../gstlal/python/__init__.py
 	sed -i "1s/python/\`\`gstlal\`\`/" source/gstlal/python-modules/modules.rst
 
 gstlal-inspiral-modules :
-- 
GitLab