Newer
Older
from __future__ import annotations
_conf_url = \
"https://raw.githubusercontent.com/inducer/sphinxconfig/main/sphinxconfig.py"
with urlopen(_conf_url) as _inf:
exec(compile(_inf.read(), _conf_url, "exec"), globals())
os.environ["DJANGO_SETTINGS_MODULE"] = "relate.settings"
import django
"python": ("https://docs.python.org/3/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"https://docs.djangoproject.com/en/dev/",
"https://docs.djangoproject.com/en/dev/_objects/",
"sympy": ("https://docs.sympy.org/latest", None),
# https://github.com/dulwich/dulwich/issues/913 (a recurrence)
"dulwich": (
# "https://www.dulwich.io/docs/",
"https://tiker.net/pub/dulwich-docs-stopgap/",
None),
copyright = "2014-21, Andreas Kloeckner"