Mercurial > hg > auditok
changeset 438:3a4a57e87996
Add doc/requirements.txt
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Wed, 30 Oct 2024 23:13:36 +0100 |
parents | 2644f997b6e0 |
children | ca8090edca2f 439463d9cdda |
files | .readthedocs.yaml doc/dataset.rst doc/requirements.txt |
diffstat | 3 files changed, 4 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/.readthedocs.yaml Wed Oct 30 23:05:32 2024 +0100 +++ b/.readthedocs.yaml Wed Oct 30 23:13:36 2024 +0100 @@ -26,6 +26,6 @@ # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: -# install: -# - requirements: docs/requirements.txt +python: + install: + - requirements: doc/requirements.txt