Skip to content

Commit

Permalink
Update dependencies to include new mkdocs-ansible branding (#4130)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianonicolai authored Feb 8, 2024
1 parent 203f06d commit 22c1a0e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .config/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mkdocs-ansible[lock]>=0.2.0
mkdocs-ansible>=24.2.1
pipdeptree>=2.4.0
linkchecker==10.2.1
linkchecker>=10.4.0
8 changes: 5 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ site_name: Ansible Molecule
site_url: https://ansible.readthedocs.io/projects/molecule/
repo_url: https://github.com/ansible/molecule
edit_uri: blob/main/docs/
copyright: Copyright © 2023 Red Hat, Inc.
copyright: Copyright © 2024 Red Hat, Inc.
docs_dir: docs
strict: true

Expand Down Expand Up @@ -32,6 +32,7 @@ theme:
- search.highlight
- search.share
- search.suggest
- toc.follow
- toc.integrate
extra:
generator: false
Expand Down Expand Up @@ -80,9 +81,10 @@ nav:

plugins:
- autorefs
- search
- material/search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- material/social

- material/tags
- mkdocstrings:
enable_inventory: true
default_handler: python
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ passenv = *
usedevelop = true
commands =
linkchecker -f linkcheckerrc docs
mkdocs build --strict
mkdocs build -c --strict {posargs:}
extras =
docs

Expand Down

0 comments on commit 22c1a0e

Please sign in to comment.