Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# yaml-language-server: $schema=https://raw.githubusercontent.com/readthedocs/readthedocs.org/refs/heads/main/readthedocs/rtd_tests/fixtures/spec/v2/schema.json
Comment thread
braingram marked this conversation as resolved.
# https://docs.readthedocs.io/en/stable/config-file/v2.html

# Required
version: 2

build:
os: ubuntu-24.04
os: ubuntu-lts-latest
tools:
python: mambaforge-latest
python: latest
apt_packages:
- graphviz
jobs:
post_checkout:
- git fetch --unshallow || true
- git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' || true
- git fetch --all --tags || true
pre_install:
- git update-index --assume-unchanged docs/rtd_environment.yaml docs/source/conf.py
- git update-index --assume-unchanged docs/source/conf.py
Comment thread
zacharyburnett marked this conversation as resolved.
post_install:
- pip install towncrier
- git describe --exact-match || towncrier build --keep

conda:
environment: docs/rtd_environment.yaml

# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: html
Expand Down
7 changes: 0 additions & 7 deletions docs/rtd_environment.yaml

This file was deleted.