From fec8087c056d67e6a80f378ba26b6a66663fa715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=AA=E5=BF=83=E7=A6=BE?= Date: Wed, 17 Jun 2020 21:02:10 +0800 Subject: [PATCH] Improve Sphinx Detection --- src/apps.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps.json b/src/apps.json index 4329e1a55..67c843781 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10573,12 +10573,12 @@ "cats": [ 4 ], - "html": "Created using Sphinx ([0-9.]+)\\.\\;version:\\1", + "html": "Created using Sphinx ([0-9.]+)\\.\\;version:\\1", "icon": "Sphinx.png", "js": { "DOCUMENTATION_OPTIONS": "" }, - "website": "http://sphinx.pocoo.org" + "website": "https://www.sphinx-doc.org/" }, "SpinCMS": { "cats": [ @@ -14693,4 +14693,4 @@ "priority": 7 } } -} \ No newline at end of file +}