diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..44132a52 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,28 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Build documentation in the doc/ directory with Sphinx +sphinx: + configuration: doc/source/conf.py + +# Build documentation with MkDocs +#mkdocs: +# configuration: mkdocs.yml + +# Optionally build your docs in additional formats such as PDF and ePub +formats: + - pdf + +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + +# Optionally set the version of Python and requirements required to build your docs +python: + install: + - requirements: doc/requirements-docs.txt diff --git a/.zuul.yaml b/.zuul.yaml index 6dcb3943..216956ce 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -127,7 +127,7 @@ post-run: - tools/gate/playbooks/osh-infra-collect-logs.yaml vars: - treasuremap_ref: refs/changes/43/927643/4 + treasuremap_ref: v1.9 extra_volume: size: 80G type: Linux @@ -252,7 +252,6 @@ HTK_COMMIT: 43fd7143481b6ddda0dbd2f26bf6ec39a417b15b OSH_INFRA_COMMIT: 43fd7143481b6ddda0dbd2f26bf6ec39a417b15b OSH_COMMIT: 540df5cb0dbdaed63c202e2d6f2b7891062f8203 - TREASUREMAP_COMMIT: refs/changes/43/927643/2 CLONE_DECKHAND: false DISTRO: ubuntu_jammy DOCKER_REGISTRY: localhost:5000 @@ -314,7 +313,7 @@ commit: true static: - latest - - airflow_2.10.0 + - airflow_2.10.2 - job: name: deckhand-docker-tag-ubuntu_jammy