diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 82aae0bd..885dca45 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -28,4 +28,8 @@ formats: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: wiki/requirements.txt \ No newline at end of file + - requirements: wiki/requirements.txt + +submodules: + include: [wiki] + recursive: false \ No newline at end of file