Searched refs:last_updated_git_path (Results 1 – 2 of 2) sorted by relevance
106 if app.config.last_updated_git_path is None:107 app.config.last_updated_git_path = [app.srcdir]111 for last_updated_git_path_el in app.config.last_updated_git_path:121 … \n Specify correct path(s) to the git source folder(s) in last_updated_git_path.")125 app.config.last_updated_git_path = last_updated_git_path_abs140 git_repo=app.config.last_updated_git_path,144 … \n {rst_file_path}\n Ensure that you specified the correct folder(s) in last_updated_git_path:\145 \n {app.config.last_updated_git_path}\n')
406 last_updated_git_path = ['../..', '../../..', '../../../doc/'] variable
Completed in 10 milliseconds