From 2578d37d10298ac619cd294ab46628829154b761 Mon Sep 17 00:00:00 2001 From: Rajeev Jain Date: Fri, 20 Oct 2023 13:06:10 -0500 Subject: [PATCH] o Add yml file --- .readthedocs.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d217c11..6ba1d9f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,11 +9,9 @@ build: os: "ubuntu-20.04" tools: python: "mambaforge-4.10" - -python: - install: - - method: pip - path: . + jobs: + post_create_environment: + - pip install . --no-deps -vv # Build documentation in the docs/ directory with Sphinx sphinx: