diff --git a/.readthedocs.yml b/.readthedocs.yml index 532d32fc..1f357d31 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,8 +1,10 @@ version: 2 python: - install: - - method: pip - path: . - extra_requirements: - - docs + install: + - method: pip + path: . + extra_requirements: + - docs + submodules: + include: all