Skip to content
Snippets Groups Projects
Commit dcbbcbfd authored by vlorentz's avatar vlorentz
Browse files

Hide warnings related to wsgi missing its configuration.

parent af94211f
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ APIDOC_DIR = apidoc
APIDOC_OPTS = --ext-viewcode
APIDOC_EXCLUDES = */tests */tests/* */*/tests/* */*/*/tests/*
APIDOC_EXCLUDES += */migrations */migrations/* */*/migrations/* */*/*/migrations/*
APIDOC_EXCLUDES += */wsgi.py */*/wsgi.py */*/*/wsgi.py */*/*/wsgi.py
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