Updated RTD conf

This commit is contained in:
Melissa LeBlanc-Williams 2020-04-20 17:21:57 -07:00
parent a667d8b8e2
commit 02003debe9

View file

@ -3,7 +3,7 @@
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath("../adafruit_platformdetect")) sys.path.insert(0, os.path.abspath(".."))
# -- General configuration ------------------------------------------------ # -- General configuration ------------------------------------------------