Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
moving build to happen before python install
  • Loading branch information
gramhagen authored Sep 17, 2021
1 parent 886e8ea commit 3bcb808
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ version: 2
sphinx:
configuration: docs/source/conf.py

# Add necessary apt-get packages
build:
apt_packages:
- cmake

# Explicitly set the version of Python and its requirements
python:
version: 3.7
install:
- requirements: docs/requirements.txt

# Add necessary apt-get packages
build:
apt_packages:
- cmake

0 comments on commit 3bcb808

Please sign in to comment.