diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index e2b585d02150ddd2411dbf208d3358c73d4bf17f..4255ab7d0f5531187491de7586a8c7b6c61545f7 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 ()