build: adjust RTD config to explicitly use docs/requirements.txt (#3964)

This commit is contained in:
Geoff Bourne
2026-03-07 14:08:54 -06:00
committed by GitHub
parent a543ee7ebc
commit 1cf70665bb
2 changed files with 3 additions and 7 deletions
+2 -6
View File
@@ -1,19 +1,15 @@
version: 2 version: 2
python:
install:
- requirements: docs/requirements.txt
build: build:
os: ubuntu-24.04 os: ubuntu-24.04
tools: tools:
python: latest python: "3.14"
jobs: jobs:
# We recommend using a requirements file for reproducible builds. # We recommend using a requirements file for reproducible builds.
# This is just a quick example to get started. # This is just a quick example to get started.
# https://docs.readthedocs.io/page/guides/reproducible-builds.html # https://docs.readthedocs.io/page/guides/reproducible-builds.html
install: install:
- pip install zensical - pip install -r docs/requirements.txt
build: build:
html: html:
- zensical build - zensical build
+1 -1
View File
@@ -22,4 +22,4 @@ PyYAML==6.0.3
pyyaml_env_tag==1.1 pyyaml_env_tag==1.1
six==1.17.0 six==1.17.0
watchdog==6.0.0 watchdog==6.0.0
# zensical @ file:/// zensical==0.0.24