summaryrefslogtreecommitdiffstats
path: root/doc_deps.deb.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* admin/build-doc: s/virtualenv/python3 -m venv/Kefu Chai2021-07-311-2/+1
| | | | | | | | | so we don't need to use virtualenv python package for creating a virtualenv, the "venv" module in Python3 would suffice. see also https://docs.python.org/3/library/venv.html Signed-off-by: Kefu Chai <kchai@redhat.com>
* doc: missing virtualenv for build-docRodrigo Severo2019-11-261-0/+1
| | | | | | | | The install deps command recommended by admin/build-doc doesn't install virtualenv which is required by admin/build-doc. After manually installing virtualenv, admin/build-doc runned without issues. Signed-off-by: Rodrigo Severo <rodrigo@fabricadeideias.com>
* admin/build-doc: use python3Kefu Chai2019-08-071-4/+4
| | | | | | | | | | | | | | | | | | | to address https://github.com/sphinx-doc/sphinx/issues/3620, we need to use sphinx with its fix at https://github.com/sphinx-doc/sphinx/commit/e049f86b2de1cfdf8a74c88dc9593d047c85d5cb in other words, we need to use sphinx v2.0.0 and up. but sphinx 2.0 requires python >= 3.5, so we have to use python3 for building the documents. in this change: * doc-requirements.txt: install python3 packages on debian derivatives * build-doc: install python3.6 packages from EPEL7, and use python3 venv for using sphinx2 * doc-requirements.txt: bump up all python packages to latest stable. Signed-off-by: Kefu Chai <kchai@redhat.com>
* admin/build-doc: use doc_deps.deb.txt for build-deps insteadKefu Chai2016-05-241-1/+3
| | | | | | also update `doc_deps.deb.txt` according to the changes in build-doc. Signed-off-by: Kefu Chai <kchai@redhat.com>
* doc: fix dependenciesEtienne Menguy2016-04-131-0/+3
| | | | Signed-off-by: Etienne Menguy <etienne.menguy@corp.ovh.com>
* doc: The dot package is included in graphviz packageDavid Zafman2014-10-201-1/+0
| | | | Signed-off-by: David Zafman <dzafman@redhat.com>
* README: move package dependencies into separate filesSage Weil2014-05-211-0/+9
Sorted, with a short, simple command to paste. Avoid the duplication of the lists. Signed-off-by: Sage Weil <sage@inktank.com>