Skip to content

Commit

Permalink
Install jsdoc to build documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Nov 8, 2021
1 parent 17810c5 commit 4df18cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,7 @@
def setup(app):
app.add_object_type('confval', 'confval',
'pair: %s; configuration value')

# Install necessary NPM dependencies
import subprocess
subprocess.check_output(["npm", "install", "-g", "jsdoc"])

0 comments on commit 4df18cb

Please sign in to comment.