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

Makefile.sphinx: Add sphinx tag when building standalone package doc

Add the standalone_package_doc sphinx tag when building standalone
documentation of a swh package.

It enables to conditionnally include content in package documentation,
like indices and tables for instance.

Related to T4496
parent 91afcdcf
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ APIDOC_DIR = apidoc
APIDOC_OPTS = --ext-viewcode --separate
SPHINXBUILD = sphinx-build
SPHINXAPIDOC = sphinx-apidoc
SPHINX_OPTS =
SPHINX_OPTS = -t standalone_package_doc
SPHINX_BUILDDIR = _build
SPHINX_SRCDIR = .
......
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