Skip to content

Commit

Permalink
.readthedocs.yml: Add build: entry to avoid old docker images
Browse files Browse the repository at this point in the history
This follows the advice from readthedocs/readthedocs.org#10290 (comment) to address urllib3/urllib3#2168.
  • Loading branch information
joshuacwnewton committed May 4, 2023
1 parent 440c090 commit fde6136
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# Required
version: 2

build:
os: ubuntu-22.04

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: documentation/source/conf.py
Expand Down

0 comments on commit fde6136

Please sign in to comment.