]> git.pld-linux.org Git - packages/python3-sphinx_inline_tabs.git/commitdiff
- disable sphinx fatal warnings (intersphinx tries network interaction) auto/th/python3-sphinx_inline_tabs-2021.8.17b10-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 17 Dec 2021 20:47:17 +0000 (21:47 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 17 Dec 2021 20:47:17 +0000 (21:47 +0100)
python3-sphinx_inline_tabs.spec

index df2d67a352ec936408b2ed73848dbc5cb5bb1239..ae8135dbce609c4de7edfb3938e9968b1b88979f 100644 (file)
@@ -68,7 +68,7 @@ PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 %if %{with doc}
 cd docs
 PYTHONPATH=$(pwd)/../src \
-%{__python3} -m sphinx -W . build/html
+%{__python3} -m sphinx . build/html
 %endif
 
 %install
This page took 0.154811 seconds and 4 git commands to generate.