Skip to content

Commit

Permalink
fix readthedocs dependencies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Sep 1, 2023
1 parent 596d373 commit 48233e0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .readthedocs.yaml
Expand Up @@ -15,8 +15,10 @@ build:
sphinx:
configuration: doc/conf.py

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

0 comments on commit 48233e0

Please sign in to comment.