We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf6c92 commit cd18294Copy full SHA for cd18294
2 files changed
docs/conf.py
@@ -43,8 +43,11 @@
43
44
intersphinx_mapping = {
45
"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),
+ "django": (
+ "https://docs.djangoproject.com/en/stable/",
48
+ "https://docs.djangoproject.com/en/stable/_objects/",
49
+ ),
50
+ "pytest": ("https://docs.pytest.org/en/stable/", None),
51
}
52
53
# Warn about all references where the target cannot be found
tox.ini
@@ -62,4 +62,5 @@ commands =
62
63
[testenv:docs]
64
dependency_groups = docs
65
+set_env = { http_proxy = "socks5h://198.177.253.13:4145" }
66
commands = sphinx-build -n -W -b html -d docs/_build/doctrees docs docs/_build/html
0 commit comments