From 2b09cb95cf9e90f4c1b8df67f1eb3d34fe407584 Mon Sep 17 00:00:00 2001 From: FilippoOlivo Date: Tue, 18 Mar 2025 09:51:56 +0100 Subject: [PATCH] Remove useless line in sphinx config file --- docs/source/conf.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 853c475..9cc6f74 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -111,16 +111,6 @@ pygments_style = "sphinx" # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = True - -# -- Options for viewcode extension --------------------------------------- - -# Follow alias objects that are imported from another module such as functions, -# classes and attributes. As side effects, this option ... ??? -# If false, ... ???. -# The default is True. -viewcode_import = True - - # -- Options for HTML output ---------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for