summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild')
-rw-r--r--dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild
index 6878f9d..2fb3a8d 100644
--- a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild
+++ b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild
@@ -39,3 +39,12 @@ distutils_enable_tests pytest
# dev-python/sphinx-rtd-theme \
# dev-python/sphinx-tabs \
# dev-python/sphinxemoji
+#
+#python_prepare_all() {
+# # Fix the name
+# sed -i \
+# -e 's/sphinx-prompt/sphinx_prompt/g' \
+# docs/conf.py || die
+#
+# distutils-r1_python_prepare_all
+#}