Skip to content

Commit

Permalink
Do not try to install software when creating docs
Browse files Browse the repository at this point in the history
It is not necessary (at least not for now) to build and install the software in order to generate the documentation.
  • Loading branch information
gmloose committed May 1, 2024
1 parent ca43234 commit 34fdafd
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
# rust: "1.70"
# golang: "1.20"

# Build documentation in the "doc/source" directory with Sphinx
# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: doc/source/conf.py
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
Expand All @@ -30,9 +30,6 @@ sphinx:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: doc/requirements.txt
# PyBDSF itself needs to be installed to generate the documentation.
- method: pip
path: .
# python:
# install:
# - requirements: docs/requirements.txt

0 comments on commit 34fdafd

Please sign in to comment.