Added sphinx-minify to tox #147
Reference in New Issue
Block a user
No description provided.
Delete Branch "minify-template-tox"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Build succeeded. https://zuul.otc-service.com/t/gl/buildset/50b8c4cd60c14c218c87199897869a9d
@ -69,2 +70,3 @@
sphinx-build -W --keep-going -b html {{ loc }}/source doc/build/html/{{ doc.type }}
sphinx-build -W --keep-going -b html {{ loc }}/source doc/build/html_temp/{{ doc.type }}
{%- if doc.type == 'api-ref' %}
sphinx-minify --input-directory doc/build/html_temp/api-ref --output-directory doc/build/html/api-ref
in this case I don’t see any reason why you duplicating this entry in to 3 condition cases instead of putting it before condition and parametrizing it with doc.type like:
I have changed it so that we also use vars for the mkdir and rm command.
Build succeeded. https://zuul.otc-service.com/t/gl/buildset/ad98a20dd62c4cdcae6df3370dbc6da3
Build succeeded. https://zuul.otc-service.com/t/gl/buildset/6cf51b2b11784bee814b4daebcb337fb
Build succeeded. https://zuul.otc-service.com/t/gl/buildset/540329d1d5604f9088ac7bd386e820a9