Skip to content

Commit

Permalink
fix readthedocs build (build.os is now required)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Oct 19, 2023
1 parent e1e5ad4 commit 8af10f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.8"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/source/conf.py
Expand All @@ -14,7 +19,6 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: requirements.txt
- method: pip
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Infrastructure
* Fix readthedocs build
* Fix readthedocs build by updating to v2 configuration schema
* Fix spellcheck erroring out on LICENSE file

## [1.24.1] - 2023-09-27
Expand Down

0 comments on commit 8af10f4

Please sign in to comment.