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

eze pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c4825ddbf Add copying of _templates dir so sphinx can generate the 
version menu (#11151)
1c4825ddbf is described below

commit 1c4825ddbf8c8fa5b2a4b6c7a5df1e8aa5981023
Author: Evan Zelkowitz <[email protected]>
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 <[email protected]>
---
 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