File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- mkdocs-ansible[lock]>=0 .2.0
1+ mkdocs-ansible>=24 .2.1
22pipdeptree>=2.4.0
3- linkchecker== 10.2.1
3+ linkchecker>= 10.4.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ site_name: Ansible Molecule
33site_url : https://ansible.readthedocs.io/projects/molecule/
44repo_url : https://github.com/ansible/molecule
55edit_uri : blob/main/docs/
6- copyright : Copyright © 2023 Red Hat, Inc.
6+ copyright : Copyright © 2024 Red Hat, Inc.
77docs_dir : docs
88strict : true
99
3232 - search.highlight
3333 - search.share
3434 - search.suggest
35+ - toc.follow
3536 - toc.integrate
3637extra :
3738 generator : false
8081
8182plugins :
8283 - autorefs
83- - search
84+ - material/search :
85+ separator : ' [\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
8486 - material/social
85-
87+ - material/tags
8688 - mkdocstrings :
8789 enable_inventory : true
8890 default_handler : python
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ passenv = *
8787usedevelop = true
8888commands =
8989 linkchecker -f linkcheckerrc docs
90- mkdocs build -- strict
90+ mkdocs build -c -- strict {posargs:}
9191extras =
9292 docs
9393
You can’t perform that action at this time.
0 commit comments