Skip to content

Commit

Permalink
Trying to make sphinx flask intermapping work
Browse files Browse the repository at this point in the history
  • Loading branch information
Seluj78 committed Sep 22, 2024
1 parent 1d0d017 commit d3c1185
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@
"private-members": False,
}


# TODO: Make the flask intermapping work
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"sphinx": ("https://www.sphinx-doc.org/en/master/", None),
"flask": ("https://flask.palletsprojects.com/en/2.0.x/", None),
}

intersphinx_disabled_domains = ["std"]

templates_path = ["_templates"]
Expand Down

0 comments on commit d3c1185

Please sign in to comment.