Browse Source

add new intersphinx references

pull/1261/head
Ivan Schaller 6 months ago
parent
commit
817f65ff31
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      docs/conf.py

+ 3
- 0
docs/conf.py View File

@ -53,6 +53,9 @@ intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"sphinx": ("https://www.sphinx-doc.org/en/master", None),
"dnspython": ("https://dnspython.readthedocs.io/en/stable/", None),
"six": ("https://six.readthedocs.io/", None),
"python-dateutil": ("https://dateutil.readthedocs.io/en/stable/", None),
"fqdn": ("https://fqdn.readthedocs.io/en/latest/", None),
}


Loading…
Cancel
Save