Skip to content
Snippets Groups Projects
Commit aefea4fd authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Improve doc generation config

Use wildcards, ignore urls files
parent 25bdba92
No related branches found
No related tags found
1 merge request!179Code quality improvements
......@@ -57,17 +57,13 @@ autodoc_inherit_docstrings = False
apidoc_module_dir = '../'
apidoc_output_dir = 'code'
apidoc_excluded_paths = ['AKDashboard/migrations',
'AKModel/migrations',
'AKOnline/migrations',
'AKPlan/migrations',
'AKScheduling/migrations',
'AKSubmission/migrations',
apidoc_excluded_paths = ['*/migrations',
'AKPlanning/',
'manage.py',
'docs',
'locale',
'Utils'
'Utils',
'*/urls.py',
]
apidoc_separate_modules = True
apidoc_toc_file = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment