Skip to content

Commit

Permalink
.py in file name in configuration instruction (#1781)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adniel authored Jan 15, 2025
1 parent a4b5d48 commit 255e73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/executable-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ this code should be referenced from your `myst.yml` under the `projects.plugins`
project:
plugins:
- type: executable
path: markup.mjs
path: markup.py
```

then start or build your document using `myst start` or `myst build`, and you will see that the plugin is loaded.
Expand Down

0 comments on commit 255e73e

Please sign in to comment.