From 072d44ad94f4bbbeabc0e8b5a0ca1889af7086e9 Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Tue, 14 Mar 2023 14:59:15 +0100 Subject: [PATCH] . --- docs/source/.readthedocs.yaml => .readthedocs.yaml | 6 +++--- docs/requirements.txt | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) rename docs/source/.readthedocs.yaml => .readthedocs.yaml (77%) diff --git a/docs/source/.readthedocs.yaml b/.readthedocs.yaml similarity index 77% rename from docs/source/.readthedocs.yaml rename to .readthedocs.yaml index e687c2f..5def37f 100644 --- a/docs/source/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,17 +3,17 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.9" + python: "3.11" sphinx: configuration: docs/config.py - fail_on_warning: false + fail_on_warning: true formats: - pdf python: - version: 3.9 + version: 3.11 install: - requirements: docs/requirements.txt - method: pip diff --git a/docs/requirements.txt b/docs/requirements.txt index 9fffc3b..c1f3f78 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,4 @@ -python>=3.8 sphinx>=6 pysolar==0.10.0 docopt -nbsphinx \ No newline at end of file +nbsphinx -- GitLab