From 05efd122f24430991a596d13568ec03e2a2a2a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Sun, 23 Nov 2025 14:10:23 +0100 Subject: [PATCH] docs: remove unused addition to path This was copied from pmbootstrap, here we're not using anything outside the "docs" folder. Part-of: --- docs/conf.py | 4 ---- 1 file changed, 4 deletions(-) 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"