[med-svn] [Git][med-team/snakemake][sphinx7fix] fix docs path
Rebecca N. Palmer (@rnpalmer-guest)
gitlab at salsa.debian.org
Thu Aug 3 21:57:22 BST 2023
Rebecca N. Palmer pushed to branch sphinx7fix at Debian Med / snakemake
Commits:
38eda2b7 by Rebecca N. Palmer at 2023-08-03T21:56:51+01:00
fix docs path
- - - - -
2 changed files:
- debian/rules
- debian/snakemake-doc.install
Changes:
=====================================
debian/rules
=====================================
@@ -48,6 +48,7 @@ export SPHINXBUILD=/usr/share/sphinx/scripts/python3/sphinx-build
execute_after_dh_auto_build:
PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) \
cd docs && LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 make html
+ ls -lR
execute_after_dh_installdocs:
find debian -name '__pycache__' -o name '.gitignore' | xargs rm -rf
=====================================
debian/snakemake-doc.install
=====================================
@@ -1,2 +1,2 @@
-build/sphinx/html/ /usr/share/doc/snakemake
+docs/_build/html/ /usr/share/doc/snakemake
examples/ /usr/share/doc/snakemake
View it on GitLab: https://salsa.debian.org/med-team/snakemake/-/commit/38eda2b7a16f8c9b45435b14b74cf952bf86c09a
--
View it on GitLab: https://salsa.debian.org/med-team/snakemake/-/commit/38eda2b7a16f8c9b45435b14b74cf952bf86c09a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230803/4d5a8be9/attachment.htm>
More information about the debian-med-commit
mailing list