Fix the patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python312?expand=0&rev=96
This commit is contained in:
parent
4fcdd05e86
commit
c062335ad2
@ -3,10 +3,10 @@
|
|||||||
Doc/tools/check-warnings.py | 3 +
|
Doc/tools/check-warnings.py | 3 +
|
||||||
Doc/tools/extensions/audit_events.py | 54 ++++++++++++++++----------------
|
Doc/tools/extensions/audit_events.py | 54 ++++++++++++++++----------------
|
||||||
Doc/tools/extensions/availability.py | 15 ++++----
|
Doc/tools/extensions/availability.py | 15 ++++----
|
||||||
Doc/tools/extensions/c_annotations.py | 42 ++++++++++++++----------
|
Doc/tools/extensions/c_annotations.py | 41 ++++++++++++++----------
|
||||||
Doc/tools/extensions/glossary_search.py | 10 +----
|
Doc/tools/extensions/glossary_search.py | 10 +----
|
||||||
Doc/tools/extensions/patchlevel.py | 9 ++---
|
Doc/tools/extensions/patchlevel.py | 9 ++---
|
||||||
7 files changed, 85 insertions(+), 65 deletions(-)
|
7 files changed, 84 insertions(+), 65 deletions(-)
|
||||||
|
|
||||||
--- a/Doc/conf.py
|
--- a/Doc/conf.py
|
||||||
+++ b/Doc/conf.py
|
+++ b/Doc/conf.py
|
||||||
@ -369,7 +369,7 @@
|
|||||||
state = self.env.domaindata["c_annotations"]
|
state = self.env.domaindata["c_annotations"]
|
||||||
content = [
|
content = [
|
||||||
f"* :c:{record.role}:`{record.name}`"
|
f"* :c:{record.role}:`{record.name}`"
|
||||||
@@ -281,13 +280,22 @@ def init_annotations(app: Sphinx) -> Non
|
@@ -281,13 +280,21 @@ def init_annotations(app: Sphinx) -> Non
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -387,7 +387,6 @@
|
|||||||
+ CObject.option_spec.update({
|
+ CObject.option_spec.update({
|
||||||
+ "no-index-entry": directives.flag,
|
+ "no-index-entry": directives.flag,
|
||||||
+ "no-contents-entry": directives.flag,
|
+ "no-contents-entry": directives.flag,
|
||||||
+ }
|
|
||||||
+ })
|
+ })
|
||||||
+
|
+
|
||||||
return {
|
return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user