Skip to content

Commit

Permalink
docs: running antsibull-docs first time
Browse files Browse the repository at this point in the history
```
antsibull-docs collection --use-current --squash-hierarchy --dest-dir ./docs/ opi.dpu
```

Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Feb 14, 2024
1 parent 0e46fda commit 0d26c5f
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 2 deletions.
15 changes: 15 additions & 0 deletions docs/environment_variables.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

:orphan:

.. meta::
:antsibull-docs: 2.7.0

.. _list_of_collection_env_vars:

Index of all Collection Environment Variables
=============================================

The following index documents all environment variables declared by plugins in collections.
Environment variables used by the ansible-core configuration are documented in :ref:`ansible_configuration_settings`.

No environment variables have been defined.
52 changes: 52 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@


.. meta::
:antsibull-docs: 2.7.0


.. _plugins_in_opi.dpu:

Opi.Dpu
=======

Collection version 1.0.0

.. contents::
:local:
:depth: 1

Description
-----------

Ansible modules for DPUs

**Author:**

* OPI Memebers <[email protected]>

**Supported ansible-core versions:**

* 2.9.10 or newer

.. ansible-links::

- title: "Issue Tracker"
url: "https://github.com/opiproject/ansible-opi-dpu/issues"
external: true
- title: "Repository (Sources)"
url: "https://github.com/opiproject/ansible-opi-dpu"
external: true




.. toctree::
:maxdepth: 1


Plugin Index
------------

There are no plugins in the opi.dpu collection with automatically generated documentation.


2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Collections must specify a minimum required ansible version to upload
# to galaxy
# requires_ansible: '>=2.9.10'
requires_ansible: '>=2.14.0'

# Content that Ansible needs to load from another location or that has
# been deprecated/removed
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
python-dateutil>=2.8.2
antsibull-docs>=2.7.0
ansible-lint>=6.22.2
1 change: 0 additions & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
collections:
- opi.dpu
- community.general

0 comments on commit 0d26c5f

Please sign in to comment.