Skip to content
Snippets Groups Projects
Commit 438cb539 authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

docs: enable httpdomain sphinx extension

note: this was enabled only for swh-web, but it really needs to also be in
swh-docs, because we pull there docs from individual modules
parent b194a474
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,8 @@ author = 'the Software Heritage developers'
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.intersphinx']
'sphinx.ext.intersphinx',
'sphinxcontrib.httpdomain']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
......
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