Skip to content

Commit

Permalink
Update RTD config (#301)
Browse files Browse the repository at this point in the history
* update RTD config

* update docs workflow python version
  • Loading branch information
RRosio authored Sep 19, 2024
1 parent 12c70da commit 2bbcb79
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04]
python-version: [ '3.7' ]
python-version: [ '3.10' ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
14 changes: 11 additions & 3 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
version: 2

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

conda:
file: docs/environment.yml
python:
version: 3
file: docs/environment.yml

sphinx:
configuration: docs/source/conf.py

0 comments on commit 2bbcb79

Please sign in to comment.