File size: 318 Bytes
246d201 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
loaders:
- type: python
search_path: [.]
processors:
- type: filter
skip_empty_modules: true
- type: smart
- type: crossref
renderer:
type: docusaurus
docs_base_path: docs/modules
relative_output_path: python
relative_sidebar_path: sidebar.json
sidebar_top_level_label: Backend
|