Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
29231: use online pplpy docs for intersphinx with local fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
mwageringel committed Feb 24, 2020
1 parent 2bd8a8a commit ad16967
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sage/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ def sphinx_plot(graphics, **kwds):
dummy_inventory_file = python_inventory_file
intersphinx_mapping = {
'python': ('https://docs.python.org/', python_inventory_file),
'pplpy': (PPLPY_DOCS, None),
'pplpy': ('https://www.labri.fr/perso/vdelecro/pplpy/latest/',
(None, os.path.join(PPLPY_DOCS, 'objects.inv'),
dummy_inventory_file)),
'scipy': ('https://docs.scipy.org/doc/scipy/reference/',
(None, dummy_inventory_file))}

Expand Down

0 comments on commit ad16967

Please sign in to comment.