Skip to content

Commit

Permalink
Merge pull request #258 from ICRAR/docs_fix-missing-install
Browse files Browse the repository at this point in the history
Fix indentation error
  • Loading branch information
myxie authored May 26, 2024
2 parents c7cf346 + b5b65c3 commit 7e2b744
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ build:
tools:
python: "3.10"

python:
install:
- requirements: docs/requirements.txt
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -36,4 +28,8 @@ sphinx:
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
# - requirements: docs/requirements.txt

python:
install:
- requirements: docs/requirements.txt

0 comments on commit 7e2b744

Please sign in to comment.