From 98ed1cf7675c5503205004caefd1c434e467b36e Mon Sep 17 00:00:00 2001 From: DoronHav Date: Thu, 25 Apr 2024 15:37:44 -0400 Subject: [PATCH] fix yaml --- readthedocs.yaml | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) diff --git a/readthedocs.yaml b/readthedocs.yaml index fc94c91..847f08d 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -1,36 +1,15 @@ -# .readthedocs.yaml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - -# Required version: 2 -# Set the OS, Python version and other tools you might need build: - os: ubuntu-22.04 + os: ubuntu-20.04 tools: python: "3.9" - # You can also specify other tool versions: - # nodejs: "20" - # rust: "1.70" - # golang: "1.20" - jobs: - pre_build: - - sphinx-apidoc ... -# Build documentation in the "docs/" directory with Sphinx sphinx: - configuration: docs/source/conf.py - -# Optionally build your docs in additional formats such as PDF and ePub -# formats: -# - pdf -# - epub + configuration: docs/source/conf.py -# 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: ../. - - requirements: docs/docs_requirements.txt + - requirements: docs/requirements.txt + - method: pip + path: . \ No newline at end of file