From aaeae7a0b9a505f6156b823a06e35d11121337af Mon Sep 17 00:00:00 2001 From: meliksahturker Date: Thu, 2 Mar 2023 14:47:56 +0300 Subject: [PATCH] added comments to readthedocsyaml --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9a39f20..45a5116 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,6 +17,8 @@ sphinx: builder: html configuration: docs/source/conf.py +# First installation is the packages required by readthedocs build +# Second installation is to install vngrs-nlp while building the documentation, otherwise the docstrings are not parsed. python: install: - requirements: docs/requirements.txt