Skip to content
Snippets Groups Projects
Commit f425c20e authored by Antoine Lambert's avatar Antoine Lambert
Browse files

docs/Makefile: Exclude some modules from apidoc

Django settings modules and swh-dataset does not contain any relevant API
documentation and apidoc generates errors and warnings while processing
them.

Related to T2188
parent d7bb5b42
No related branches found
No related tags found
1 merge request!54Fix sphinx documentation build
This commit is part of merge request !54. Comments created here will be created in the context of that merge request.
......@@ -16,6 +16,7 @@ APIDOC_OPTS = --ext-viewcode --separate
APIDOC_EXCLUDES = */tests */tests/* */*/tests/* */*/*/tests/*
APIDOC_EXCLUDES += */migrations */migrations/* */*/migrations/* */*/*/migrations/*
APIDOC_EXCLUDES += */wsgi.py */*/wsgi.py */*/*/wsgi.py */*/*/wsgi.py
APIDOC_EXCLUDES += deposit/settings/* web/settings/* dataset/*
APIDOC_SWH_EXCLUDES = $(patsubst %,$(SWHPKGDIR)/%,$(APIDOC_EXCLUDES))
html: sphinx/html
......
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