diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-12 01:13:39 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-12 01:13:39 +0300 |
commit | f6d01b8b67325ec6c5e48251f042504448b57a7a (patch) | |
tree | 673f2a43c3fff08752b6be4e7ea873fae049f9ec /docs/sphinx_selective_exclude/__init__.py | |
parent | 9de5eb278d4bb7834c1abf15ddefdf4c85b29465 (diff) | |
download | micropython-f6d01b8b67325ec6c5e48251f042504448b57a7a.tar.gz micropython-f6d01b8b67325ec6c5e48251f042504448b57a7a.zip |
docs: Add sphinx_selective_exclude extension suite.
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.
Diffstat (limited to 'docs/sphinx_selective_exclude/__init__.py')
-rw-r--r-- | docs/sphinx_selective_exclude/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/sphinx_selective_exclude/__init__.py b/docs/sphinx_selective_exclude/__init__.py new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/docs/sphinx_selective_exclude/__init__.py |