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

docs/devel: Remove swh-dataset from apidoc excludes

It was excluded a couple of years ago as no relevant Python code was
contained in that package but this is no longer the case.
parent 2da9bbf6
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ SPHINX_SRCDIR = .
# relative to docs/ dir. Hence "." exclude the docs/ dir itself
APIDOC_EXCLUDES = conftest.py setup.py
APIDOC_EXCLUDES += */tests/* */migrations/* */wsgi.py */conftest.py
APIDOC_EXCLUDES += */deposit/settings/* */web/settings/* */dataset/*
APIDOC_EXCLUDES += */deposit/settings/* */web/settings/*
APIDOC_EXCLUDES += bin build dist utils node_modules
APIDOC_SWH_EXCLUDES = $(patsubst %,"../%",$(APIDOC_EXCLUDES))
......
......@@ -9,7 +9,7 @@ SPHINXAPIDOC = sphinx-apidoc
APIDOC_DIR = apidoc
APIDOC_OPTS = --ext-viewcode --separate --no-toc
APIDOC_EXCLUDES = */tests */migrations */wsgi.py */conftest.py */setup.py
APIDOC_EXCLUDES += deposit/settings/* web/settings/* dataset/*
APIDOC_EXCLUDES += deposit/settings/* web/settings/*
APIDOC_SWH_EXCLUDES = $(patsubst %,"$(SWHPKGDIR)/%",$(APIDOC_EXCLUDES))
all: 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