Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 4df18cb

Browse files
committed
Install jsdoc to build documentation
1 parent 17810c5 commit 4df18cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,7 @@
191191
def setup(app):
192192
app.add_object_type('confval', 'confval',
193193
'pair: %s; configuration value')
194+
195+
# Install necessary NPM dependencies
196+
import subprocess
197+
subprocess.check_output(["npm", "install", "-g", "jsdoc"])

0 commit comments

Comments
 (0)