1
0
Fork 0

docs: Add a sphinx board

The simulator board does rather too much when we import watch.py. This
change means we don't need SDL just to generate the documentation!
This commit is contained in:
Daniel Thompson 2020-02-23 20:16:23 +00:00
parent 27e35527ff
commit 3ba356f6c4
4 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath('../wasp')) sys.path.insert(0, os.path.abspath('../wasp'))
sys.path.insert(0, os.path.abspath('../wasp/boards/simulator')) sys.path.insert(0, os.path.abspath('../wasp/boards/sphinx'))
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------

View file

View file

View file