From efc99cb791cb9af62db72bdfdd1c6ebcab2daba2 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Sat, 26 Aug 2023 11:46:24 +0800 Subject: [PATCH] add .readthedocs.yaml https://blog.readthedocs.com/migrate-configuration-v2/ [skip ci] --- .readthedocs.yaml | 9 +++++++++ docs/requirements.txt | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..3a93c68 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,9 @@ +version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" +sphinx: + configuration: docs/conf.py +install: +- requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index b11546c..85b4c63 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,3 @@ -tomli structlog platformdirs tornado>=6