Skip to content

Commit

Permalink
fix: add yaml dependency for doc build (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzwei authored Apr 22, 2024
1 parent a00324d commit d723d23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conditions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ Check if an item exists in a list
| The following examples show how to use `in` `not in` `contains` and `not contains` operators to check if an item exists in a list
.. code-block:: yaml
# variables file
expected_levels:
- "WARNING"
Expand Down
1 change: 1 addition & 0 deletions docs/filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Examples:
| The event payload would be modified to include the following data
.. code-block:: yaml
event = { ..., 'meta': {'source': {'name': 'azure_service_bus',
'type': 'ansible.eda.azure_service_bus'},
'received_at': '2023-03-23T19:11:15.802274Z',
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Docs
sphinx
sphinx-ansible-theme == 0.10.1
pyyaml

0 comments on commit d723d23

Please sign in to comment.