Skip to content

Commit

Permalink
Clean up conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Mar 7, 2024
1 parent 140cbde commit 754edae
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,28 +1,6 @@
from __future__ import annotations

import os
import sys


# let sphinx find vpype packages
# sys.path.insert(0, os.path.abspath("../"))


def print_pythonpath():
pythonpath = os.getenv("PYTHONPATH")

if pythonpath:
print("PYTHONPATH:")
paths = pythonpath.split(os.pathsep)
for path in paths:
print(f"- {path}")
else:
print("PYTHONPATH is not set.")


print_pythonpath()

print("venv:", os.getenv("VIRTUAL_ENV"))

import vpype as vp

Expand Down

0 comments on commit 754edae

Please sign in to comment.