Skip to content

Commit

Permalink
Merge pull request #123 from VisLab/master
Browse files Browse the repository at this point in the history
Relocated jobs to build section
  • Loading branch information
VisLab authored Sep 9, 2023
2 parents 50a9849 + 55f1315 commit ba955c3
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ build:
tools:
python: '3.7'
nodejs: '18'
jobs:
post_install:
- npm ci
- npm install -g jsdoc
- npm run generate-docs

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -19,11 +24,3 @@ sphinx:
python:
install:
- requirements: docs/requirements.txt

jobs:
post_install:
# Install dependencies defined in your ``package.json``
- npm ci
# Install any other extra dependencies to build the docs
- npm install -g jsdoc
- npm run generate-docs

0 comments on commit ba955c3

Please sign in to comment.