Separate docs environment (#1600)

* Separate env for docs
This commit is contained in:
Ayaz Salikhov
2022-02-04 15:45:26 +03:00
committed by GitHub
parent 68d640f997
commit f32be5097a
9 changed files with 15 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ This can be achieved by using the generic task used to install all Python develo
```sh
# Install all development dependencies for the project
make dev-env
make install-dev-env
# It can also be installed directly
pip install pre-commit
```

View File

@@ -24,7 +24,7 @@ Pushing `Run Workflow` button will trigger this process.
## Adding a New Core Image to Docker Hub
```{note}
In general, we do not add new core images and ask contributors to either create a [recipe](../using/recipes.md) or [community stack](../using/stacks.md).
In general, we do not add new core images and ask contributors to either create a [recipe](../using/recipes.md) or [community stack](../contributing/stacks.md).
```
When there's a new stack definition, do the following before merging the PR with the new stack: