Files
amq-adapter-python/pydoc-markdown.yml
T
Stanislav Hejny aa4492d443
Unit test coverage / pytest (push) Failing after 1m54s
/ build-and-push (push) Successful in 1m50s
Unit test coverage / pytest (pull_request) Failing after 1m27s
Create API documentation
2025-08-14 09:29:57 +01:00

33 lines
844 B
YAML

pydoc_markdown:
modules:
- amqp
renderer:
type: html
output_directory: api-doc
template: default
mkdocs_config:
site_name: AMQ Adapter Python API Documentation
site_description: API documentation for the AMQ Adapter Python library
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- search.highlight
- search.share
nav:
- Home: index.md
- Configuration: amqp.config.md
- Adapter: amqp.adapter.md
- Service: amqp.service.md
- Router: amqp.router.md
- Model: amqp.model.md
- RabbitMQ: amqp.rabbitmq.md
processors:
- type: filter
documented_only: true
- type: smart
docstring_style: google
docstring_parser: google