We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46fa223 + 9a7a9eb commit 16522eaCopy full SHA for 16522ea
2 files changed
doc/requirements.txt
@@ -1,5 +1,5 @@
1
openstackdocstheme>=2.2.1 # Apache-2.0
2
os-api-ref>=1.4.0 # Apache-2.0
3
reno>=3.1.0 # Apache-2.0
4
-sphinx>=2.0.0,!=2.1.0 # BSD
+sphinx>=2.2.0 # BSD
5
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
tox.ini
@@ -119,12 +119,10 @@ deps =
119
commands = sphinx-build -W -b html doc/source doc/build/html
120
121
[testenv:pdf-docs]
122
-allowlist_externals = make
123
- rm
124
deps = {[testenv:docs]deps}
+allowlist_externals = make
125
commands =
126
- rm -rf doc/build/pdf
127
- sphinx-build -n -W --keep-going -b latex doc/source doc/build/pdf
+ sphinx-build -W -b latex doc/source doc/build/pdf
128
make -C doc/build/pdf
129
130
[testenv:trovestack]
0 commit comments