diff options
-rw-r--r-- | .readthedocs.yaml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 04ac20d5..4244643a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,10 +13,11 @@ build: # nodejs: "20" # rust: "1.70" # golang: "1.20" - jobs: - pre_build: - - pip install -r requirements.txt - + #jobs: + # pre_build: + # - pip install -r requirements.txt + install: + - requirements: requirements.txt # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: conf.py |