Skip to content

Commit cd18294

Browse files
committed
...maybe?
1 parent 5bf6c92 commit cd18294

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@
4343

4444
intersphinx_mapping = {
4545
"python": ("https://docs.python.org/3", None),
46-
"django": ("https://docs.djangoproject.com/en/stable/", None),
47-
"pytest": ("https://docs.pytest.org/en/latest/", None),
46+
"django": (
47+
"https://docs.djangoproject.com/en/stable/",
48+
"https://docs.djangoproject.com/en/stable/_objects/",
49+
),
50+
"pytest": ("https://docs.pytest.org/en/stable/", None),
4851
}
4952

5053
# Warn about all references where the target cannot be found

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ commands =
6262

6363
[testenv:docs]
6464
dependency_groups = docs
65+
set_env = { http_proxy = "socks5h://198.177.253.13:4145" }
6566
commands = sphinx-build -n -W -b html -d docs/_build/doctrees docs docs/_build/html

0 commit comments

Comments
 (0)