From b4ad8a36c9eadd5c57d7022b02872f67c125b113 Mon Sep 17 00:00:00 2001 From: Nik Kantar Date: Sun, 25 Aug 2024 21:43:25 -0700 Subject: [PATCH] Remove RTD config Not working currently. --- .readthedocs.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml deleted file mode 100644 index 303f278..0000000 --- a/.readthedocs.yaml +++ /dev/null @@ -1,20 +0,0 @@ -version: 2 - -build: - os: "ubuntu-22.04" - tools: - python: "3.12" - -sphinx: - configuration: docs/source/conf.py - fail_on_warning: true - -formats: - - pdf - -python: - install: - - method: pip - path: . - extra_requirements: - - docs