Skip to content

Commit

Permalink
Restrict version of mkdocs-autorefs to <= 1.1
Browse files Browse the repository at this point in the history
Version 1.1.0 will check for links that can resolve to multiple pages,
and we have a few of those, which make the docs build fail.

We will fix these in the future.

Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
  • Loading branch information
llucax committed Aug 21, 2024
1 parent e771c10 commit fd300cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dev-mkdocs = [
"black == 24.4.2",
"Markdown==3.6",
"mike == 2.1.2",
"mkdocs-autorefs >= 1.0.1, < 1.1",
"mkdocs-gen-files == 0.5.0",
"mkdocs-literate-nav == 0.6.1",
"mkdocs-macros-plugin == 1.0.5",
Expand Down

0 comments on commit fd300cf

Please sign in to comment.