Skip to content

Commit

Permalink
fix buildthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Oct 19, 2023
1 parent eb725d0 commit a23f470
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.11"

# 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.11
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 @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `--quiet` now will implicitly set `--noProgress` option as well

### Infrastructure
* Use stable Python 3.12 in CI
* Fix readthedocs build by updating to v2 configuration schema

## [3.11.0] - 2023-10-04

Expand Down

0 comments on commit a23f470

Please sign in to comment.