Skip to content

Commit

Permalink
fix(dev): add pandoc to devcontainer for sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
kenibrewer committed Oct 30, 2023
1 parent 7c2c79d commit f7df05e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"name": "Pycytominer Dev",
"image": "mcr.microsoft.com/devcontainers/python:0-3.11",
"features": {
"ghcr.io/devcontainers-contrib/features/poetry:2": {}
// Install Poetry into the container.
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
// Install pandoc for building/serving docs
"ghcr.io/rocker-org/devcontainer-features/pandoc:latest": {}
},
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "bash .devcontainer/postCreateCommand.sh",
Expand Down

0 comments on commit f7df05e

Please sign in to comment.