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:
parent
27e35527ff
commit
3ba356f6c4
4 changed files with 1 additions and 1 deletions
|
@ -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 -----------------------------------------------------
|
||||||
|
|
0
wasp/boards/sphinx/machine.py
Normal file
0
wasp/boards/sphinx/machine.py
Normal file
0
wasp/boards/sphinx/micropython.py
Normal file
0
wasp/boards/sphinx/micropython.py
Normal file
0
wasp/boards/sphinx/watch.py
Normal file
0
wasp/boards/sphinx/watch.py
Normal file
Loading…
Reference in a new issue