File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4343
4444intersphinx_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
Original file line number Diff line number Diff line change @@ -62,4 +62,5 @@ commands =
6262
6363[testenv:docs]
6464dependency_groups = docs
65+ set_env = { http_proxy = " socks5h://198.177.253.13:4145" }
6566commands = sphinx-build -n -W -b html -d docs/_build/doctrees docs docs/_build/html
You can’t perform that action at this time.
0 commit comments