mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-10 23:18:51 -04:00
15 lines
735 B
Diff
15 lines
735 B
Diff
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
|
|
|
|
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')}
|
|
|
|
# Add master intersphinx mapping
|
|
dst = os.path.join(invpath, 'objects.inv')
|