From 019b1ddb4d6a1dec474525e6b0d607e1e06c5b76 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 7 Aug 2022 15:41:26 -0400 Subject: [PATCH] Initial RTFM config. --- .readthedocs.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..711cf6c --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,11 @@ +version: 2 +build: + os: "ubuntu-20.04" + tools: + python: "3.7" + jobs: + post_create_environment: + - pip install flit + - flit install --deps=develop +sphinx: + configuration: docs/conf.py