Skip to content

Commit

Permalink
docs: Attempt to customize the build command to reduce build time on …
Browse files Browse the repository at this point in the history
…readthedocs.
  • Loading branch information
nfelt14 committed Oct 17, 2023
1 parent 6128c7f commit d56ee22
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ build:
python: '3.11' # This needs to stay in sync with pyproject.toml and any CI scripts
nodejs: '18' # This needs to stay in sync with any CI scripts
jobs:
post_install:
- npm install -g @mermaid-js/mermaid-cli
post_install: [npm install -g @mermaid-js/mermaid-cli]
commands:
- python -m sphinx --jobs auto -T -E -W --keep-going -b html -d _build/doctrees
-D language=en . $READTHEDOCS_OUTPUT/html
# Configuration
python:
install:
Expand Down

0 comments on commit d56ee22

Please sign in to comment.