Skip to content

Commit

Permalink
move commands around
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
nikki everett committed Jun 11, 2024
1 parent 2813223 commit 415edb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ build:
nodejs: "20"
jobs:
post_install:
- npm install -g @mermaid-js/mermaid-cli
- cat monodocs-environment.lock.yaml
- conda-lock install --name $READTHEDOCS_VERSION monodocs-environment.lock.yaml
- pip install ./flyteidl
- conda info
- conda env list
- conda list
- npm install -g @mermaid-js/mermaid-cli
- which mmdc

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit 415edb4

Please sign in to comment.