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 version: 2
python: python:
install: install:
- method: pip - method: pip
path: . path: .
extra_requirements: extra_requirements:
- docs - docs
submodules:
include: all