From aae3adb7870857433f78f9098dc2086cd853bb81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Augustyniak?= Date: Mon, 18 Jul 2022 17:50:52 +0200 Subject: [PATCH] Revert "docs: use sphinx githubpages extension (#2418)" (#2425) Description: Revert https://github.com/envoyproxy/envoy-mobile/pull/2418 as the change did not fix the issues with images not appearing in documentation. https://github.com/envoy-mobile/envoy-mobile.github.io/pull/24 fixed the issues instead. Risk Level: None. Testing: N/A Docs Changes: N/A Release Notes: N/A Signed-off-by: Rafal Augustyniak Signed-off-by: JP Simard --- mobile/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/docs/conf.py b/mobile/docs/conf.py index 610c534f5f5e..3e7e11cccdb9 100644 --- a/mobile/docs/conf.py +++ b/mobile/docs/conf.py @@ -67,7 +67,7 @@ def setup(app): # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['sphinxcontrib.httpdomain', 'sphinx.ext.extlinks', 'sphinx.ext.ifconfig', 'sphinx.ext.githubpages'] +extensions = ['sphinxcontrib.httpdomain', 'sphinx.ext.extlinks', 'sphinx.ext.ifconfig'] extlinks = { 'issue': ('https://github.com/envoyproxy/envoy-mobile/issues/%s', ''), 'repo': ('https://github.com/envoyproxy/envoy-mobile/blob/{}/%s'.format(blob_sha), ''),