Home
last modified time | relevance | path

Searched refs:last_updated_git_path (Results 1 – 2 of 2) sorted by relevance

/doc/extensions/
A Dlast_updated.py106 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_abs
140 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')
/doc/
A Dconf.py406 last_updated_git_path = ['../..', '../../..', '../../../doc/'] variable

Completed in 10 milliseconds