Newer
Older
_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
"https://docs.python.org/3/": None,
"https://numpy.org/doc/stable/": None,
"https://docs.djangoproject.com/en/dev/",
"https://docs.djangoproject.com/en/dev/_objects/",
# https://github.com/dulwich/dulwich/issues/913
# "https://www.dulwich.io/docs/": None,
"https://tiker.net/pub/dulwich-docs-stopgap/": None,
copyright = u"2014-21, Andreas Kloeckner"