diff --git a/docs/conf.py b/docs/conf.py index 879ce58b0..431cb3346 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,10 +1,6 @@ # Configuration file for the Sphinx documentation builder. import datetime -import os -import sys - -sys.path.insert(0, os.path.abspath("..")) # Allow modules to be found project = "pmaports" copyright = str(datetime.date.today().year) + ", postmarketOS contributors"