This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 8a33ce561d8d55addb73c2cee66cb72e4ec41caa
Author: Evan Zelkowitz <e...@apache.org>
AuthorDate: Fri Mar 8 10:44:02 2024 -0700

    Add copying of _templates dir so sphinx can generate the version menu 
(#11151)
    
    Co-authored-by: Evan Zelkowitz <ezelko...@cable.comcast.com>
    (cherry picked from commit 1c4825ddbf8c8fa5b2a4b6c7a5df1e8aa5981023)
---
 doc/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 41d2bf549c..c58033b8db 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -35,6 +35,8 @@ add_custom_target(
   generate_docs_setup
   COMMENT "Copy static files to build directory"
   COMMAND ${CMAKE_COMMAND} -E copy_directory 
${CMAKE_CURRENT_SOURCE_DIR}/static ${CMAKE_CURRENT_BINARY_DIR}/static
+  COMMAND ${CMAKE_COMMAND} -E copy_directory 
${CMAKE_CURRENT_SOURCE_DIR}/_templates
+          ${CMAKE_CURRENT_BINARY_DIR}/_templates
 )
 
 # generate svg files from uml files

Reply via email to