From 03a73b0d2c51b81f5c73583ae0a6f3bc71cf2b4c Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Sun, 10 Sep 2023 13:47:18 -0500 Subject: [PATCH] Minor change to the readthedocs --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 8dbe542d..88c876e6 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -11,9 +11,9 @@ build: nodejs: '18' jobs: post_install: + - pip install sphinx-js - npm ci - npm install -g jsdoc - - npm run generate-docs # Build documentation in the docs/ directory with Sphinx sphinx: