docs: remove unused addition to path

This was copied from pmbootstrap, here we're not using anything
outside the "docs" folder.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7414>
This commit is contained in:
Pablo Correa Gómez 2025-11-23 14:10:23 +01:00 committed by The Friendly Merge Bot
parent c70d9c10d8
commit 05efd122f2
No known key found for this signature in database

View file

@ -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"