Skip to content

Commit

Permalink
fix broken build on readthedocs (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmudambi authored Jan 30, 2024
1 parent 1a77e4c commit 9ef6500
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ version: 2

# Configure the python version and environment construction run before
# docs are built.
build:
os: ubuntu-22.04
tools:
python: "3.11"
python:
version: 3.8
install:
# This runs pip install .[docs] from the project root.
- method: pip
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**2.0.16 - 01/29/24**

- Fix broken readthedocs build

**2.0.15 - 01/09/24**

- Update PyPI to 2FA with trusted publisher
Expand Down

0 comments on commit 9ef6500

Please sign in to comment.