Skip to content

Commit

Permalink
fix nex readthedocs requirements (#414)
Browse files Browse the repository at this point in the history
 Update to new readthedocs requirements 

---------

Co-authored-by: Jacques Dainat <jacques.dainat@ird.fr>
  • Loading branch information
Juke34 and Juke34 authored Jan 9, 2024
1 parent ecef089 commit 33292e0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.7"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -13,8 +19,9 @@ sphinx:
#formats:
# - pdf

# Optionally set the version of Python and requirements required to build your docs
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt

0 comments on commit 33292e0

Please sign in to comment.