From c4cf10761bdd784fe76fe09db56ab11c214868ea Mon Sep 17 00:00:00 2001 From: Bijal Patel Date: Mon, 25 Sep 2023 17:02:06 +0000 Subject: [PATCH] Remove readthedocs --- .readthedocs.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml deleted file mode 100644 index 7a7ac1d..0000000 --- a/.readthedocs.yaml +++ /dev/null @@ -1,18 +0,0 @@ -version: 2 - -# Set the version of Python and other tools you might need -build: - os: "ubuntu-20.04" - tools: - python: "3.9" - -# Build documentation in the docs/ directory with Sphinx -sphinx: - configuration: docs/source/conf.py - -conda: - environment: environment.yml - -python: - install: - - requirements: docs/requirements_docs.txt