summaryrefslogtreecommitdiff
path: root/docs/sphinx_selective_exclude/__init__.py
AgeCommit message (Collapse)Author
2018-10-01docs: Remove sphinx_selective_exclude, it's no longer used.Damien George
2016-06-12docs: Add sphinx_selective_exclude extension suite.Paul Sokolovsky
Designed specifically to workaround issues we were facing with generating multiple conditionalized output docsets from a single master doctree. Extensions were factored out into a separate project, based on the fact that many other Sphinx users experience similar or related problems: https://github.com/pfalcon/sphinx_selective_exclude Corresponds to the 182f4a8da57 upstream revision.