Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gramhagen authored Sep 17, 2021
1 parent 3bcb808 commit 361c45e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
version: 2

# Build from the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

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

Expand All @@ -14,3 +11,7 @@ python:
version: 3.7
install:
- requirements: docs/requirements.txt

# Build from the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

0 comments on commit 361c45e

Please sign in to comment.