aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/developer
diff options
context:
space:
mode:
authorShyamnath Premnadh <[email protected]>2024-08-14 11:52:45 +0200
committerCristián Maureira-Fredes <[email protected]>2024-08-16 16:03:13 +0200
commit96e233535c05462ea0ddaa72ce88c0ccc6fbf45b (patch)
tree4119d557742bd3ed4da281144562b25f2745413b /sources/pyside6/doc/developer
parent64c6d6fbecda160d16006e22b6cc0c1f77785508 (diff)
Docs: Fix sphinx warnings
- Mostly toctree warnings, missing file paths and indentation issues. Change-Id: I3531f3b7ab3341dd21955ffe73664916b81ecfa2 Reviewed-by: Cristian Maureira-Fredes <[email protected]>
Diffstat (limited to 'sources/pyside6/doc/developer')
-rw-r--r--sources/pyside6/doc/developer/documentation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/doc/developer/documentation.rst b/sources/pyside6/doc/developer/documentation.rst
index 517bd46f1..2d8d32fcb 100644
--- a/sources/pyside6/doc/developer/documentation.rst
+++ b/sources/pyside6/doc/developer/documentation.rst
@@ -67,7 +67,7 @@ The others have main-test drivers for checking.
There are 2 scripts used for determining the inheritance:
* ``json_inheritance.py`` (env var ``INHERITANCE_FILE``) reads a
- inheritance.json file containing the class hierarchy generated by
- shiboken's doc generator.
+inheritance.json file containing the class hierarchy generated by
+shiboken's doc generator.
* ``import_inheritance.py`` actually tries to import the class (legacy)