mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-23 04:05:55 -04:00
Version 9.8
Also: - Drop upstreamed patches: -fes-build, -python3.11 - Add patches: -catch-value, -gap-split-root, -bind2nd, -mem-fun-ref
This commit is contained in:
parent
a560530636
commit
d510b9edac
15 changed files with 553 additions and 1223 deletions
|
@ -1,15 +1,15 @@
|
|||
diff -up src/sage_docbuild/conf.py.orig src/sage_docbuild/conf.py
|
||||
--- src/sage_docbuild/conf.py.orig 2022-09-19 16:38:19.000000000 -0600
|
||||
+++ src/sage_docbuild/conf.py 2023-01-15 19:50:03.796496416 -0700
|
||||
@@ -209,9 +209,8 @@ def set_intersphinx_mappings(app, config
|
||||
--- src/sage_docbuild/conf.py.orig 2023-02-11 06:25:15.000000000 -0700
|
||||
+++ src/sage_docbuild/conf.py 2023-03-13 09:53:42.670555040 -0600
|
||||
@@ -228,9 +228,8 @@ def set_intersphinx_mappings(app, config
|
||||
|
||||
app.config.intersphinx_mapping = {
|
||||
app.config.intersphinx_mapping = {
|
||||
'python': ('https://docs.python.org/',
|
||||
- os.path.join(SAGE_DOC_SRC, "common",
|
||||
- "python{}.inv".format(python_version))),
|
||||
- 'pplpy': (PPLPY_DOCS, None)}
|
||||
+ '/usr/share/doc/python3-docs/html/objects.inv'),
|
||||
+ 'pplpy': (PPLPY_DOCS, '/usr/share/doc/python3-pplpy/objects.inv')}
|
||||
+ 'pplpy': (PPLPY_DOCS, '/usr/share/doc/python3-pplpy-devel/objects.inv')}
|
||||
|
||||
# Add master intersphinx mapping
|
||||
dst = os.path.join(invpath, 'objects.inv')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue