From 532235ec3bd66f182d58acf39eeabd0e946090e0 Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 28 Sep 2023 09:42:45 +0000 Subject: [PATCH] doc: add readthedocs config --- .readthedocs.yaml | 13 +++++++++++++ doc/requirements.txt | 1 + 2 files changed, 14 insertions(+) create mode 100644 .readthedocs.yaml create mode 100644 doc/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..b77ee9e9 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: doc/conf.py + +python: + install: + - requirements: doc/requirements.txt diff --git a/doc/requirements.txt b/doc/requirements.txt new file mode 100644 index 00000000..f3d691e8 --- /dev/null +++ b/doc/requirements.txt @@ -0,0 +1 @@ +sphinx==7.2.6