Searched refs:rootdir (Results 1 – 1 of 1) sorted by relevance
| /libCEED/doc/sphinx/source/ |
| H A D | conf.py | 283 rootdir = os.path.join( variable 289 subprocess.check_call(["doxygen", "Doxyfile"], cwd=rootdir) 305 rootdir, "examples/**/*.md"), recursive=True): 306 destdir = os.path.dirname(os.path.relpath(filename, rootdir)) 309 shutil.copy2(os.path.join(rootdir, "README.md"), ".") 312 rootdir, "examples/**/*.csv"), recursive=True): 313 destdir = os.path.dirname(os.path.relpath(filename, rootdir))
|