From 4c6e09723a2ea4c90be8097490b6b421ce7f25b6 Mon Sep 17 00:00:00 2001 From: Tremain Knight <2108488+tkknight@users.noreply.github.com> Date: Wed, 16 Mar 2022 10:21:04 +0000 Subject: [PATCH 1/2] updated gha frequency and table name --- docs/src/voted_issues.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/src/voted_issues.rst b/docs/src/voted_issues.rst index edc1c860a2..473af3351e 100644 --- a/docs/src/voted_issues.rst +++ b/docs/src/voted_issues.rst @@ -20,7 +20,7 @@ the below table. .. raw:: html - +
@@ -37,7 +37,7 @@ the below table.

-.. note:: The data in this table is updated daily and is sourced from - `voted-issues.json`_. + +.. note:: The data in this table is updated every 30 minutes and is sourced + from `voted-issues.json`_. For the latest data please see the `issues on GitHub`_. Note that the list on Github does not show the number of votes 👍 only the total number of comments for the whole issue. \ No newline at end of file From e0c8327ed53e8c863d58569af51f3f267b61384a Mon Sep 17 00:00:00 2001 From: Tremain Knight <2108488+tkknight@users.noreply.github.com> Date: Wed, 16 Mar 2022 15:11:26 +0000 Subject: [PATCH 2/2] added new ignore for linkcheck --- docs/src/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/conf.py b/docs/src/conf.py index 9c379ea730..3b7731ab1b 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -314,6 +314,7 @@ def _dotv(version): # url link checker. Some links work but report as broken, lets ignore them. # See https://www.sphinx-doc.org/en/1.2/config.html#options-for-the-linkcheck-builder linkcheck_ignore = [ + "http://catalogue.ceda.ac.uk/uuid/82adec1f896af6169112d09cc1174499", "http://cfconventions.org", "http://code.google.com/p/msysgit/downloads/list", "http://effbot.org",
👍