diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..c44c829 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,16 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/python +{ + "name": "Sphinx AutoAPI", + "image": "mcr.microsoft.com/devcontainers/python:0-3.11", + + // Features to add to the dev container. More info: https://containers.dev/features. + // "features": {}, + + // Configure tool-specific properties. + "customizations": { + }, + + // Use 'postCreateCommand' to run commands after the container is created. + "postCreateCommand": "pip3 install ." +} diff --git a/docs/changes/+0b0b82e4.misc b/docs/changes/+0b0b82e4.misc new file mode 100644 index 0000000..016ce93 --- /dev/null +++ b/docs/changes/+0b0b82e4.misc @@ -0,0 +1 @@ +Added a basic dev container \ No newline at end of file