Skip to content

Commit

Permalink
chore: Remove unused env var from .readthedocs.yml (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 authored Nov 22, 2024
1 parent c3433c2 commit 053f735
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ build:
python: '3.11' # This needs to stay in sync with the tox config in pyproject.toml and any CI scripts
nodejs: '20' # This needs to stay in sync with any CI scripts
jobs:
post_install:
- FAIL_ON_ACCESS_ERROR=true python scripts/install_insiders_packages.py
post_install: [python scripts/install_insiders_packages.py]
python:
install:
- requirements: docs/requirements.txt
Expand Down

0 comments on commit 053f735

Please sign in to comment.