From 740eeff316c3bb6931cf2d620c13963663dacb6a Mon Sep 17 00:00:00 2001 From: Jack Atkinson Date: Sat, 10 Feb 2024 17:11:22 +0000 Subject: [PATCH] Update readthedocs config to install docs optional dependencies. --- .readthedocs.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f89fc90..21c51aa 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,13 @@ # Required version: 2 +python: + install: + - method: pip + path: . + extra_requirements: + - docs + # Set the OS, Python version and other tools you might need build: os: ubuntu-22.04