Skip to content

Commit d677f72

Browse files
Update dependencies to include new mkdocs-ansible branding
1 parent b21aa8a commit d677f72

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.config/requirements-docs.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mkdocs-ansible[lock]>=0.2.0
1+
mkdocs-ansible>=24.2.1
22
pipdeptree>=2.4.0
3-
linkchecker==10.2.1
3+
linkchecker>=10.4.0

mkdocs.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ site_name: Ansible Molecule
33
site_url: https://ansible.readthedocs.io/projects/molecule/
44
repo_url: https://github.com/ansible/molecule
55
edit_uri: blob/main/docs/
6-
copyright: Copyright © 2023 Red Hat, Inc.
6+
copyright: Copyright © 2024 Red Hat, Inc.
77
docs_dir: docs
88
strict: true
99

@@ -32,6 +32,7 @@ theme:
3232
- search.highlight
3333
- search.share
3434
- search.suggest
35+
- toc.follow
3536
- toc.integrate
3637
extra:
3738
generator: false
@@ -80,9 +81,11 @@ nav:
8081

8182
plugins:
8283
- autorefs
83-
- search
84+
- material/search:
85+
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
86+
- material/offline
8487
- material/social
85-
88+
- material/tags
8689
- mkdocstrings:
8790
enable_inventory: true
8891
default_handler: python

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ passenv = *
8787
usedevelop = true
8888
commands =
8989
linkchecker -f linkcheckerrc docs
90-
mkdocs build --strict
90+
mkdocs build -c --strict {posargs:}
9191
extras =
9292
docs
9393

0 commit comments

Comments
 (0)