From 752c1161d75f8c01e2c6c6b07ba02e9a62e65b10 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 5 Jun 2024 10:27:11 +0200 Subject: Documentation: Adapt paths for 6.8 Adapt to qttools/c51980bb0d9658f2ade4de1900d07b08e88cb52d. Task-number: QTBUG-77650 Task-number: PYSIDE-2620 Change-Id: Icc083c9b3d768093f45caa5d7a3c54aec5eb2d4f Reviewed-by: Cristian Maureira-Fredes --- sources/pyside6/doc/qdoc_spawner.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/pyside6/doc/qdoc_spawner.py.in') diff --git a/sources/pyside6/doc/qdoc_spawner.py.in b/sources/pyside6/doc/qdoc_spawner.py.in index d9d434366..59c6e8f2a 100644 --- a/sources/pyside6/doc/qdoc_spawner.py.in +++ b/sources/pyside6/doc/qdoc_spawner.py.in @@ -81,7 +81,7 @@ if __name__ == "__main__": args = parser.parse_args() - core_index = Path(args.doc_data_dir) / "webxml" / "qtcore-index.webxml" + core_index = Path(args.doc_data_dir) / "qtcore" / "webxml" / "qtcore-index.webxml" if core_index.is_file(): print(f"qdoc_spawner: {core_index} already exists, bailing out") sys.exit(0) -- cgit v1.2.3