Searched refs:kern_doc_dir (Results 1 – 1 of 1) sorted by relevance
| /linux/Documentation/ |
| H A D | conf.py | 17 kern_doc_dir = os.path.dirname(os.path.abspath(__file__)) variable 20 sys.path.insert(0, os.path.join(kern_doc_dir, "sphinx")) 23 sys.path.append(os.path.join(kern_doc_dir, "..", "tools")) 24 sys.path.append(os.path.join(kern_doc_dir, "..", "scripts")) 78 full = os.path.join(kern_doc_dir, p) 88 full = os.path.join(kern_doc_dir, p) 100 if not os.path.samefile(kern_doc_dir, app.srcdir): 599 rel = os.path.relpath(app.srcdir, start=kern_doc_dir).split('/') 608 rel = os.path.relpath(os.path.join(kern_doc_dir, 'sphinx-includes/subproject-index.rst'),
|