Skip to content

Commit

Permalink
removed requirement.txt from comment
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Nov 21, 2023
1 parent afdbd59 commit 4680f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins:
- mkdocs-jupyter: #https://github.com/danielfrg/mkdocs-jupyter
include: ["*.py", "*.ipynb"]
include_source: True
execute: false # false is faster, but true gives you python script output in the docs. It requires `pip install -r requirements.txt` in the github action
execute: false # false is faster, but true gives you python script output in the docs. It requires `pip install -e .` in the github action
allow_errors: false
execute_ignore:
- "*.ipynb"
Expand Down

0 comments on commit 4680f35

Please sign in to comment.