From 871c3150156536a3d34bff092936cf1dd0a46d1f Mon Sep 17 00:00:00 2001 From: Daniele Forsi Date: Mon, 1 Nov 2021 23:01:42 +0100 Subject: [PATCH] Remove unneeded print with Python 2 syntax Fixes error with Python 3. --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 80bae32..f02baa3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,7 +18,6 @@ import os # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. -print os.path.abspath(".") sys.path.insert(0, os.path.abspath('../../')) # -- General configuration ------------------------------------------------