|
@@ -74,7 +74,7 @@
|
|
|
extensions = ['kerneldoc', 'qmp_lexer', 'hxtool', 'depfile', 'qapidoc']
|
|
|
|
|
|
# Add any paths that contain templates here, relative to this directory.
|
|
|
-templates_path = ['_templates']
|
|
|
+templates_path = [os.path.join(qemu_docdir, '_templates')]
|
|
|
|
|
|
# The suffix(es) of source filenames.
|
|
|
# You can specify multiple suffix as a list of string:
|