Skip to content

Commit 16522ea

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "docs: update for pdf-build"
2 parents 46fa223 + 9a7a9eb commit 16522ea

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
openstackdocstheme>=2.2.1 # Apache-2.0
22
os-api-ref>=1.4.0 # Apache-2.0
33
reno>=3.1.0 # Apache-2.0
4-
sphinx>=2.0.0,!=2.1.0 # BSD
4+
sphinx>=2.2.0 # BSD
55
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,10 @@ deps =
119119
commands = sphinx-build -W -b html doc/source doc/build/html
120120

121121
[testenv:pdf-docs]
122-
allowlist_externals = make
123-
rm
124122
deps = {[testenv:docs]deps}
123+
allowlist_externals = make
125124
commands =
126-
rm -rf doc/build/pdf
127-
sphinx-build -n -W --keep-going -b latex doc/source doc/build/pdf
125+
sphinx-build -W -b latex doc/source doc/build/pdf
128126
make -C doc/build/pdf
129127

130128
[testenv:trovestack]

0 commit comments

Comments
 (0)