diff --git a/docs/Makefile b/docs/Makefile index 4f36aa6f8cfbfd17282cd1884de415425de39fff..de4e170a9d207b06ebe07b5f3faa053250d9308c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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