Skip to content

Commit c799a6f

Browse files
committed
docs(conf): Add sphinx and pytest to intersphinx
1 parent d00290b commit c799a6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
from os.path import dirname, relpath
77
from pathlib import Path
88

9-
import sphinx_toctree_autodoc_fix
10-
119
import gp_libs
1210
import linkify_issues
11+
import sphinx_toctree_autodoc_fix
1312

1413
# Get the project root dir, which is the parent dir of this
1514
cwd = Path(__file__).parent
@@ -146,6 +145,8 @@
146145

147146
intersphinx_mapping = {
148147
"py": ("https://docs.python.org/", None),
148+
"pytest": ("https://docs.pytest.org/en/stable/", None),
149+
"sphinx": ("https://www.sphinx-doc.org/en/master/", None),
149150
}
150151

151152

0 commit comments

Comments
 (0)