Mageia Bugzilla – Attachment 14405 Details for
Bug 32875
upgrade/update python-orange-widget-base and switch to pyproject
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch to disable intersphinx mapping
owb-4.23-docs-disable-sphinx-mapping.patch (text/plain), 696 bytes, created by
Aurelian R
on 2024-02-20 22:24:13 CET
(
hide
)
Description:
patch to disable intersphinx mapping
Filename:
MIME Type:
Creator:
Aurelian R
Created:
2024-02-20 22:24:13 CET
Size:
696 bytes
patch
obsolete
>diff -Nurp orange-widget-base-4.23.0/doc/source/conf.py orange-widget-base-4.23.0_new/doc/source/conf.py >--- orange-widget-base-4.23.0/doc/source/conf.py 2023-12-15 11:28:50.000000000 +0200 >+++ orange-widget-base-4.23.0_new/doc/source/conf.py 2024-02-20 20:05:48.693721964 +0200 >@@ -370,7 +370,7 @@ epub_exclude_files = ['search.html'] > > > # Example configuration for intersphinx: refer to the Python standard library. >-intersphinx_mapping = { >- 'https://docs.python.org/3/': None, >- 'https://orange-canvas-core.readthedocs.io/en/latest/': None, >-} >+#intersphinx_mapping = { >+# 'https://docs.python.org/3/': None, >+# 'https://orange-canvas-core.readthedocs.io/en/latest/': None, >+#}
diff -Nurp orange-widget-base-4.23.0/doc/source/conf.py orange-widget-base-4.23.0_new/doc/source/conf.py --- orange-widget-base-4.23.0/doc/source/conf.py 2023-12-15 11:28:50.000000000 +0200 +++ orange-widget-base-4.23.0_new/doc/source/conf.py 2024-02-20 20:05:48.693721964 +0200 @@ -370,7 +370,7 @@ epub_exclude_files = ['search.html'] # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = { - 'https://docs.python.org/3/': None, - 'https://orange-canvas-core.readthedocs.io/en/latest/': None, -} +#intersphinx_mapping = { +# 'https://docs.python.org/3/': None, +# 'https://orange-canvas-core.readthedocs.io/en/latest/': None, +#}
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 32875
:
14404
| 14405