From c92555e8a172d95d9c513d7ae8d3c3d09d81ba51 Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Thu, 27 Jan 2022 18:48:19 -0800 Subject: [PATCH 1/2] remove disqus from the footer --- _templates/footer.html | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/_templates/footer.html b/_templates/footer.html index 91efa92a..aa0a7383 100644 --- a/_templates/footer.html +++ b/_templates/footer.html @@ -7,28 +7,6 @@ {{ super() }} -
- - - -

From f407601750b1de243ddcf165fca6c986aee9b09a Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Thu, 27 Jan 2022 18:53:23 -0800 Subject: [PATCH 2/2] add https://www.sensoft.ca/ to the linkcheck ignore --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index fb9967de..2953bcba 100644 --- a/conf.py +++ b/conf.py @@ -121,6 +121,7 @@ 'https://www.onepetro.org/conference-paper/SEG-2012-1478', 'https://doi.org/*', 'http://canada.debeersgroup.com/* ', + 'https://www.sensoft.ca', ] linkcheck_retries = 3 linkcheck_timeout = 900