diff --git a/docs/conf.py b/docs/conf.py index ee45cb4d..f28b8746 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,25 +31,42 @@ # -- Extension configuration --------------------------------------------------- +# -- Extension configuration --------------------------------------------------- + +# -- intersphinx ------------ + intersphinx_mapping = { "sphinx": ("https://www.sphinx-doc.org/en/master/", None), # - :doc:`sphinx:usage/extensions/intersphinx` "dynaconf": ("https://www.dynaconf.com", None), "python": ("https://docs.python.org/3", None), - "talky": ("https://talky.readthedocs.io/en/latest/", None), + "talky": ("https://talky.readthedocs.io/en/latest", None), "talky-dev": ("https://talky.readthedocs.io/en/dev/", None), - "findmyorder": ("https://talky.readthedocs.io/projects/findmyorder/en/latest", None), + "findmyorder": ( + "https://talky.readthedocs.io/projects/findmyorder/en/latest", None), "dxsp": ("https://talky.readthedocs.io/projects/dxsp/en/latest", None), - "iamlistening": ("https://talky.readthedocs.io/projects/iamlistening/en/latest", None), + "iamlistening": ( + "https://iamlistening.readthedocs.io/en/latest", None), "talkytrend": ("https://talky.readthedocs.io/projects/talkytrend/en/latest", None), "myllm": ("https://talky.readthedocs.io/projects/myllm/en/latest", None), } intersphinx_disabled_reftypes = ["*"] + + +# -- hoverxref ---------------- + hoverxref_intersphinx = [ 'readthedocs', 'sphinx', 'python', + 'talky', + 'findmyorder', + 'dxsp', + 'iamlistening', + 'talkytrend', + 'myllm', + ] napoleon_google_docstring = True autosummary_generate = True