Skip to content

Commit 14cde4d

Browse files
committed
docs(conf): Add pytest to intersphinx_mapping
1 parent 71176d8 commit 14cde4d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/conf.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,10 @@
160160
)
161161
]
162162

163-
intersphinx_mapping = {"http://docs.python.org/": None}
163+
intersphinx_mapping = {
164+
"": ("https://docs.python.org/", None),
165+
"pytest": ("https://docs.pytest.org/en/stable/", None),
166+
}
164167

165168

166169
def linkcode_resolve(

0 commit comments

Comments
 (0)