This is an automated email from the ASF dual-hosted git repository. brondsem pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/allura.git
commit 9d5cbde548bea733ee53a3b517b9de886bc7f3df Author: Dave Brondsema <[email protected]> AuthorDate: Wed Oct 25 10:58:39 2023 -0400 [#8524] fix sphinx warning --- Allura/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Allura/docs/conf.py b/Allura/docs/conf.py index 5f0704ce7..bc18c46c0 100644 --- a/Allura/docs/conf.py +++ b/Allura/docs/conf.py @@ -223,4 +223,4 @@ latex_documents = [ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/3/': None} +intersphinx_mapping = {'python': ('https://docs.python.org/3/', None)}
