From: Raphael Michel Date: Fri, 4 Oct 2024 13:35:01 +0000 (+0200) Subject: Update .readthedocs.yml X-Git-Tag: v4.1.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbd5cad8f367aed08d481e35d539f4f515a476bd;p=thirdparty%2Fpython-fints.git Update .readthedocs.yml --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bb170ff..150f37a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,10 @@ build: tools: python: "3.12" +python: + install: + - requirements: requirements.txt + # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/conf.py \ No newline at end of file