From 00a6d8f339a6984e0b16bbb94be35c2e5c2d1c2f Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Wed, 29 May 2019 14:48:38 +0200 Subject: [PATCH] Removed [Source] links from documentation --- doc/conf.py.in | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/conf.py.in b/doc/conf.py.in index 29b0b801..cde5afda 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -39,7 +39,6 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.mathjax', 'sphinx.ext.ifconfig', - 'sphinx.ext.viewcode', 'sphinx.ext.extlinks', 'cmake'] # Check first line of docstring for signatures (autofunction) -- GitLab