Skip to content

Commit

Permalink
docs: Call out minimum recommended cookiecutter version (#2186)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 26, 2024
1 parent b382969 commit de04392
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,12 @@
"css/custom.css",
]

# -- Options for MyST --------------------------------------------------------
# https://myst-parser.readthedocs.io/en/latest/configuration.html
myst_heading_anchors = 3
myst_enable_extensions = {
"colon_fence",
}

redirects = {
"porting.html": "guides/porting.html",
Expand Down
4 changes: 4 additions & 0 deletions docs/dev_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ pipx install poetry
pipx install tox
```

:::{tip}
The minimum recommended version of cookiecutter is `2.2.0` (released 2023-07-06).
:::

Now you can initialize your new project with the Cookiecutter template for taps:

```bash
Expand Down

0 comments on commit de04392

Please sign in to comment.