From 75caaf7d1ebfec3c8e429bc90211aa89a4328276 Mon Sep 17 00:00:00 2001 From: Blaise deB Frederick Date: Thu, 5 Oct 2023 16:39:38 -0400 Subject: [PATCH] Delete .readthedocs.yml --- .readthedocs.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index e0faa58..0000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,27 +0,0 @@ -# .readthedocs.yml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - -# Required -version: 2 - -# Build documentation in the docs/ directory with Sphinx -sphinx: - configuration: docs/conf.py - -# Build documentation with MkDocs -#mkdocs: -# configuration: mkdocs.yml - -# Optionally build your docs in additional formats such as PDF and ePub -formats: all - -# Optionally set the version of Python and requirements required to build your docs -python: - version: 3.7 - install: - - method: pip - path: . - extra_requirements: - - doc - system_packages: true