summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2024-06-05 23:29:17 +0200
committerMarcin Deranek <marcin.deranek@slonko.net>2024-06-05 23:29:17 +0200
commit25ee6c7cc6666ff90c1132025833475b8b923781 (patch)
tree25b9f3b843010e5319497fc3423de3c1eefd91fa /dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild
parent95e66a42122c541d4b988ac373547549730eac0a (diff)
downloadportage-25ee6c7cc6666ff90c1132025833475b8b923781.tar.gz
portage-25ee6c7cc6666ff90c1132025833475b8b923781.tar.bz2
portage-25ee6c7cc6666ff90c1132025833475b8b923781.zip
dev-python/sphinx-hoverxref Another step to get docs
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
+#}