From 38a78787f51aaaaa349a730bcea70547d4c17813 Mon Sep 17 00:00:00 2001 From: Lucille Delisle Date: Tue, 7 May 2024 17:06:37 +0200 Subject: [PATCH] add build.os to rtd conf and remove static html --- .readthedocs.yaml | 5 +++++ docs/conf.py | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8c652a9..bc5a3d3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 3bfabf6..0474282 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -84,4 +84,3 @@ # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static']