From 0d1c086512e32ba3ad7c2d1388cb086bc3d27f10 Mon Sep 17 00:00:00 2001 From: mgrover1 Date: Fri, 7 Jul 2023 14:11:23 -0500 Subject: [PATCH] remove the old rtd --- .readthedocs.yaml | 16 ---------------- readthedocs.yml | 22 ++++++++++++++++------ 2 files changed, 16 insertions(+), 22 deletions(-) delete mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml deleted file mode 100644 index 962fe47..0000000 --- a/.readthedocs.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Required -version: 2 - -# Conda env -conda: - environment: ci/environment-docs.yml - -# Set the OS, Python version and other tools you might need -build: - os: ubuntu-22.04 - tools: - python: '3.11' - -# Build documentation in the "docs/" directory with Sphinx -sphinx: - configuration: docs/conf.py diff --git a/readthedocs.yml b/readthedocs.yml index 9abab7c..962fe47 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,6 +1,16 @@ -python: - version: 3 - setup_py_install: true - system_packages: true - install: - - requirements: docs/requirements-docs.txt +# Required +version: 2 + +# Conda env +conda: + environment: ci/environment-docs.yml + +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: '3.11' + +# Build documentation in the "docs/" directory with Sphinx +sphinx: + configuration: docs/conf.py