Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is the base [Mkdocs](https://mkdocs.org) plugin used when using Mkdocs with

## Usage

> Requires Python version >= 3.8
> Requires Python version >= 3.9

```bash
$ pip install mkdocs-techdocs-core
Expand Down
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ mkdocs-redirects==1.2.3
# around incompatible/conflicting underlying dependencies. Each dependency
# should include a comment explaining why it is needed, and under what
# circumstances it can be removed in the future.
# Pinned click to avoid issues with autoreload https://github.com/squidfunk/mkdocs-material/issues/8478
click<=8.4.2
# Exclude click 8.3.* which broke mkdocs serve autoreload (fixed in 8.4.0).
# Other bounds are inherited from transitive deps (e.g. mkdocs).
# https://github.com/squidfunk/mkdocs-material/issues/8478
# https://github.com/pallets/click/issues/3403
click!=8.3.*