From 5a66fd20403fa8e67fc28822d550c80e153c613b Mon Sep 17 00:00:00 2001 From: "Lucas Shen Y. S" Date: Mon, 6 Mar 2023 13:00:01 +0800 Subject: [PATCH] Debuggin RTD build failure https://readthedocs.org/projects/lexicalrichness/builds/19682517/ --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index dcaebb1..78a0a6b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,9 +15,9 @@ sphinx: configuration: docs/conf.py # If using Sphinx, optionally build your docs in additional formats such as PDF -formats: - - pdf +# formats: +# - pdf python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt