From bc673d29936d592fdf9ceaf68083458250bc71d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Thu, 19 Aug 2021 16:42:03 +0200
Subject: [PATCH] MAINT: break documentation

---
 doc/CMakeLists.txt | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index e2b585d..4255ab7 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -89,11 +89,12 @@ if (DOXYGEN_FOUND)
             VERBATIM
             )
         # Copying files is necessary: https://stackoverflow.com/a/45808534/232888
-        FILE(COPY
-            Examples.rst
-            README_SETUP.md
+		# TODO fix for docs
+		#FILE(COPY
+		#Examples.rst
+		#README_SETUP.md
             # Tutorial.rst
-            DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")
+			#DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")
     else ()
         message("Sphinx need to be installed to generate the sphinx documentation")
     endif ()
-- 
GitLab