From 1cbd73080099f5710ecd81189b6c397c2577015f Mon Sep 17 00:00:00 2001 From: Katy Brown Date: Thu, 28 Mar 2024 16:41:13 +0000 Subject: [PATCH] updated docs --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 83579bc..3a3ce65 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,6 +15,10 @@ build: # rust: "1.64" # golang: "1.19" + steps: + - command: | + pip install -r man/requirements.txt + sphinx-build -b html man/_build man # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: man/conf.py