From 1701c96260dbcc9ea911b98c6b27c7cb07887049 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Tue, 24 May 2022 15:38:05 -0700 Subject: [PATCH] Update and rename readthedocs.yml to .readthedocs.yml --- .readthedocs.yml | 20 ++++++++++++++++++++ readthedocs.yml | 21 --------------------- 2 files changed, 20 insertions(+), 21 deletions(-) create mode 100644 .readthedocs.yml delete mode 100644 readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..dc5115f1 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,20 @@ +version: 2 +build: + os: ubuntu-20.04 + tools: + python: "3.9" + apt_packages: + - graphviz + +sphinx: + builder: html + configuration: docs/conf.py + fail_on_warning: false + +python: + install: + - method: pip + extra_requirements: + - all + - docs + path: . diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index d16124ba..00000000 --- a/readthedocs.yml +++ /dev/null @@ -1,21 +0,0 @@ -# readthedocs.yml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - -version: 2 - -build: - image: latest - -sphinx: - builder: html - configuration: docs/conf.py - fail_on_warning: false - -python: - install: - - requirements: docs/rtd_requirements.txt - - method: pip - extra_requirements: - - dev - path: .