Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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