From 8dfb95ec9137c603b39bdb127e77ec21f7b24374 Mon Sep 17 00:00:00 2001 From: kolo Date: Sat, 11 Oct 2025 20:15:19 +0300 Subject: [PATCH] fix: docs config --- .readthedocs.yaml | 4 ++++ docs/requirements.txt | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c54fd88..97cf712 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,5 +5,9 @@ build: tools: python: "3.12" +python: + install: + - requirements: docs/requirements.txt + sphinx: configuration: docs/conf.py diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..cbf1e36 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,2 @@ +sphinx +sphinx-rtd-theme