This change stubs out the docs and release note structure and set up the inintal jobs to build and publish docs and releasenotes. This invovle adding a bindep.txt to capture the binary packages requried for html and pdf docs, extending tox with the standard docs targets, provideing a doc/requirement.txt to track the doc only python deps and a standard folder structure. Change-Id: Iffbef50ab806688a6d62f27ab60fa824edcb3d09
22 lines
777 B
Plaintext
22 lines
777 B
Plaintext
# This is a cross-platform list tracking distribution packages needed for install and tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
build-essential [platform:dpkg test]
|
|
gcc [platform:rpm test]
|
|
language-pack-en [platform:ubuntu]
|
|
locales [platform:debian]
|
|
python3-all [platform:dpkg test]
|
|
python3-all-dev [platform:dpkg test]
|
|
python3 [platform:rpm test]
|
|
python3-devel [platform:rpm test]
|
|
libpcre3-dev [platform:dpkg test]
|
|
pcre-devel [platform:rpm test]
|
|
# gettext and graphviz are needed by doc builds only.
|
|
gettext [doc]
|
|
graphviz [doc]
|
|
# fonts-freefont-otf is needed for pdf docs builds with the 'xelatex' engine
|
|
fonts-freefont-otf [pdf-docs]
|
|
texlive [pdf-docs]
|
|
texlive-latex-recommended [pdf-docs]
|
|
texlive-xetex [pdf-docs]
|
|
latexmk [pdf-docs]
|