From 55ad0ad5155587cf7fab00f97ef933d648eadd87 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 24 Nov 2018 03:10:46 +0000 Subject: [PATCH] Sphinx doesn't imply Python (#2506) Python is used to compile the markdown/ReST to html, but it doesn't mean that the page is _served_ using Python. --- src/apps.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index d29ec247c..faf207c60 100644 --- a/src/apps.json +++ b/src/apps.json @@ -9216,7 +9216,6 @@ ], "html": "Created using Sphinx ([.\\d+])+\\.\\;version:\\1", "icon": "Sphinx.png", - "implies": "Python", "js": { "DOCUMENTATION_OPTIONS": "" },