File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
- mkdocs-ansible[lock]>=0 .2.0
1
+ mkdocs-ansible>=24 .2.1
2
2
pipdeptree>=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
3
3
site_url : https://ansible.readthedocs.io/projects/molecule/
4
4
repo_url : https://github.com/ansible/molecule
5
5
edit_uri : blob/main/docs/
6
- copyright : Copyright © 2023 Red Hat, Inc.
6
+ copyright : Copyright © 2024 Red Hat, Inc.
7
7
docs_dir : docs
8
8
strict : true
9
9
32
32
- search.highlight
33
33
- search.share
34
34
- search.suggest
35
+ - toc.follow
35
36
- toc.integrate
36
37
extra :
37
38
generator : false
80
81
81
82
plugins :
82
83
- autorefs
83
- - search
84
+ - material/search :
85
+ separator : ' [\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
86
+ - material/offline
84
87
- material/social
85
-
88
+ - material/tags
86
89
- mkdocstrings :
87
90
enable_inventory : true
88
91
default_handler : python
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ passenv = *
87
87
usedevelop = true
88
88
commands =
89
89
linkchecker -f linkcheckerrc docs
90
- mkdocs build -- strict
90
+ mkdocs build -c -- strict {posargs:}
91
91
extras =
92
92
docs
93
93
You can’t perform that action at this time.
0 commit comments