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