From 8db542c62b07e8481bf70790ed216a3c49c4be90 Mon Sep 17 00:00:00 2001 From: saran-nns <13406046+Saran-nns@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:47:22 +0200 Subject: [PATCH] build os added --- .readthedocs.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c58be1d..ddf0c28 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,9 +14,14 @@ formats: all build: os: ubuntu-22.04 tools: - python: - version: "3.10" - install: - - requirements: docs/requirements.txt - - method: pip - path: . + python: "3.10" + +sphinx: + configuration: docs/source/conf.py + +# formats: all +python: + install: + - requirements: docs/requirements.txt + - method: pip + path: .