mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-10-31 21:20:17 +00:00
Added a basic dev container
This commit is contained in:
parent
1715dfe0b5
commit
12f8197cfe
16
.devcontainer/devcontainer.json
Normal file
16
.devcontainer/devcontainer.json
Normal file
@ -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 ."
|
||||
}
|
1
docs/changes/+0b0b82e4.misc
Normal file
1
docs/changes/+0b0b82e4.misc
Normal file
@ -0,0 +1 @@
|
||||
Added a basic dev container
|
Loading…
Reference in New Issue
Block a user