Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
fbf0a853
Unverified
Commit
fbf0a853
authored
Feb 13, 2018
by
Thom Wiggers
📐
Browse files
Set up intersphinx for django
parent
9605b599
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/conf.py
View file @
fbf0a853
...
...
@@ -185,8 +185,11 @@ autodoc_default_flags = ['members', 'undoc-members']
doctest_test_doctest_blocks
=
''
# -- intersphinx ---
intersphinx_mapping
=
{
'python'
:
(
'https://docs.python.org/3.5'
,
None
)}
intersphinx_mapping
=
{
'python'
:
(
'https://docs.python.org/3.6'
,
None
),
'django'
:
(
'https://docs.djangoproject.com/en/2.0/'
,
'https://docs.djangoproject.com/en/2.0/_objects/'
),
}
# -- Supress warnings ---
suppress_warnings
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment