Skip to content

Commit

Permalink
Fix read the docs (#139)
Browse files Browse the repository at this point in the history
* DOC: corrected docs folder yaml file

* DOC: corrected docs folder in yaml file for conf.py file
  • Loading branch information
KelbijStarDeltares authored Mar 14, 2024
1 parent 4737284 commit 80a47ab
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 @@ -13,11 +13,11 @@ build:

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/conf.py
configuration: docs/conf.py

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- path: .
- requirements: doc/requirements.txt
- requirements: docs/requirements.txt

0 comments on commit 80a47ab

Please sign in to comment.