79561108

Date: 2025-04-08 03:22:16
Score: 2
Natty:
Report link

You might try to import venv/Lib/site-packages into sys.path.

sys.path.append(os.path.abspath("../venv/Lib/site-packages"))

This way sphinx would know where to look for pandas.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Oleksandr