Skip to content

Commit

Permalink
update readthedocs configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed May 9, 2023
1 parent 6424d11 commit e5dfad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ version: 2

# Set the version of Python and other tools you might need
build:
commands:
- pip install numpy
os: ubuntu-20.04
tools:
python: "3.9"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"
commands:
- pip install numpy

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit e5dfad7

Please sign in to comment.