From 5e8459601728f70a94e3da7b5c518329ff579753 Mon Sep 17 00:00:00 2001 From: joke2k Date: Thu, 16 Jan 2025 22:12:59 +0000 Subject: [PATCH] add sphinx configuration for readthedocs --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 191e999..ee332a7 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -25,3 +25,6 @@ python: path: . extra_requirements: - docs + +sphinx: + configuration: docs/conf.py