From ce2466177e5ff477355cfcee39daa081f5b8f459 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Mon, 26 Apr 2021 20:13:01 +0100 Subject: [PATCH] add workaround comment Signed-off-by: Ryan Northey --- docs/_ext/intersphinx_custom.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/_ext/intersphinx_custom.py b/docs/_ext/intersphinx_custom.py index 406b93b9afef..2ce91ca74bdd 100644 --- a/docs/_ext/intersphinx_custom.py +++ b/docs/_ext/intersphinx_custom.py @@ -1,3 +1,16 @@ +# +# This module has been copied from sphinx.ext in order to workaround a +# sphinx issue described here: +# https://github.com/sphinx-doc/sphinx/issues/2068 +# +# using the fix from: +# https://github.com/sphinx-doc/sphinx/pull/8981 +# +# Once upstream is fixed this module should be removed. +# +# Envoy tracking bug is here: +# https://github.com/envoyproxy/envoy/issues/16181 +# """ sphinx.ext.intersphinx ~~~~~~~~~~~~~~~~~~~~~~