1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: ghp-import
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Andrew Starr-Bochicchio <asb@debian.org>,
Build-Depends:
debhelper-compat (= 13),
python3,
Build-Depends-Indep:
dh-python,
pybuild-plugin-pyproject,
python3-poetry,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/ghp-import
Vcs-Git: https://salsa.debian.org/python-team/packages/ghp-import.git
Homepage: https://github.com/davisp/ghp-import
Package: ghp-import
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Enhances:
pelican,
Description: Easily import docs to your gh-pages branch
ghp-import is a Python script meant to make using GitHub's gh-pages
branches for hosting documentation simple.
.
Inside your repository just run `ghp-import $DOCS_DIR` where $DOCS_DIR
is the path to the built documentation. This will write a commit to your
gh-pages branch with the current documents in it.
|