From 30e80c90f716085f1ee6aee33b5dedee21505b77 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 29 Aug 2023 09:19:43 +0200 Subject: [PATCH] Initializing ReadTheDocs [skip ci] --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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