Skip to content
Snippets Groups Projects
Commit a2d118ec authored by Martin Teichmann's avatar Martin Teichmann
Browse files

add intersphinx to point to Python documentation

parent 9def990a
No related branches found
No related tags found
No related merge requests found
extensions = [ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
] ]
templates_path = ['_templates'] templates_path = ['_templates']
...@@ -20,3 +21,5 @@ todo_include_todos = False ...@@ -20,3 +21,5 @@ todo_include_todos = False
html_theme = 'alabaster' html_theme = 'alabaster'
html_static_path = ['_static'] html_static_path = ['_static']
htmlhelp_basename = 'EBPFCat' htmlhelp_basename = 'EBPFCat'
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment