From 54ec91ec1089d7d8c78f01a98100739957f8c2be Mon Sep 17 00:00:00 2001 From: AlxdrPolyakov <122611538+AlxdrPolyakov@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:56:59 +0100 Subject: [PATCH] Update .readthedocs.yaml Signed-off-by: AlxdrPolyakov <122611538+AlxdrPolyakov@users.noreply.github.com> --- .readthedocs.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b35305d5..0b0b4cb6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,9 +12,7 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/conf.py - + python: install: - - requirements: docs/requirements.txt # Optionally, install from a requirements file if you have one - - pip: - - myst-parser # Install myst-parser using pip + - requirements: docs/requirements.txt