gentoo/dev-python/sphinxcontrib-github-alt/files/sphinxcontrib-github-alt-1.0-init.py.patch
Marius Brehler 369603eac4
dev-python/sphinxcontrib-github-alt: new package.
Link to GitHub issues, pull requests, commits and users for a particular
project.

Required to build the docs for jupyter_core.

It's called 'alt' because sphinxcontrib-github already exists. IPython &
Jupyter projects have been using the syntax defined in this extension for some
time before this made it into its own package.

Closes: https://bugs.gentoo.org/637990
Closes: https://bugs.gentoo.org/638200
Closes: https://github.com/gentoo/gentoo/pull/6246
Package-Manager: Portage-2.3.13, Repoman-2.3.3
2017-11-30 15:46:15 +01:00

9 lines
255 B
Diff

__init__.py for sphinxcontrib_github_alt by Marius Brehler.
Patch by Marius Brehler <marbrbre@linux.sungazer.de>.
--- /dev/null
+++ b/sphinxcontrib_github_alt/__init__.py
@@ -0,0 +1 @@
+from .sphinxcontrib_github_alt import *
\ No newline at end of file