about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-11-20 13:27:57 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-11-20 15:39:34 +0100
commit18ab6d062bbaa2af7b99e4493d4baff85b6c8f09 (patch)
treed4c1297020ac3c1bb9de1c349b2a92ca0522d056 /doc
parent29cda28501a13ddadf4deadb8a89e3bd37387c15 (diff)
sphinxHook: inherit from python3Packages
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/python.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 1723a1337e52e..58be03c8de0b2 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -789,7 +789,7 @@ documentation source root.
 ```
 
 The hook is also available to packages outside the python ecosystem by
-referencing it using `python3.pkgs.sphinxHook`.
+referencing it using `sphinxHook` from top-level.
 
 ### Develop local package {#develop-local-package}