diff --git a/docs/conf.py b/docs/conf.py index 1906b0d..73ea1dc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,13 +6,6 @@ # -- Path setup -------------------------------------------------------------- -# 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. -# -from pathlib import Path - -CURRENT_DIR = Path(__file__).parent # -- Project information -----------------------------------------------------