Submodules should be part of the readthedocs build

This commit is contained in:
Dave Halter
2021-11-17 13:37:48 +01:00
parent 54af6fa86d
commit 021f081d8a

View File

@@ -1,8 +1,10 @@
version: 2
python:
install:
- method: pip
path: .
extra_requirements:
- docs
install:
- method: pip
path: .
extra_requirements:
- docs
submodules:
include: all