From 1cf70665bbb8792246eaa19d9a9707cb7eaddda2 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 7 Mar 2026 14:08:54 -0600 Subject: [PATCH] build: adjust RTD config to explicitly use docs/requirements.txt (#3964) --- .readthedocs.yaml | 8 ++------ docs/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0977250b..c5dfc0da 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,19 +1,15 @@ version: 2 -python: - install: - - requirements: docs/requirements.txt - build: os: ubuntu-24.04 tools: - python: latest + python: "3.14" jobs: # We recommend using a requirements file for reproducible builds. # This is just a quick example to get started. # https://docs.readthedocs.io/page/guides/reproducible-builds.html install: - - pip install zensical + - pip install -r docs/requirements.txt build: html: - zensical build diff --git a/docs/requirements.txt b/docs/requirements.txt index 5ebe9bd8..dba93972 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -22,4 +22,4 @@ PyYAML==6.0.3 pyyaml_env_tag==1.1 six==1.17.0 watchdog==6.0.0 -# zensical @ file:/// +zensical==0.0.24