diff options
author | thmsdt <thomas.kulik@telekom.de> | 2021-12-20 13:32:38 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2021-12-20 14:42:05 +0100 |
commit | ae619be88ad8859c2b95cf1f95714f77dda53732 (patch) | |
tree | c9fa58c0f9c4f1851bc49ae63b7d0da937d26f51 /.readthedocs.yaml | |
parent | ce97ac55ec9bdcec212d1f399442e35d8ccdd82e (diff) |
fix sphinx config example files and update readme
Issue-ID: DOC-782
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I1facd195d3fddf158ebdd7deb3c8882e7db35277
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 10453a93d..9972e7212 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ build: python: version: 3.7 install: - - requirements: etc/requirements.txt + - requirements: etc/requirements-docs.txt submodules: include: all |