Closed klauer closed 3 years ago
shame about the pypi testing segfault as if we'll reproduce that ever
Docs build failing with:
Warning, treated as error:
/home/travis/build/pcdshub/pcdswidgets/docs/source/icons.rst:23:image file not readable: _static/icons/RoughGaugeSymbolIcon.png
Docs are failing because this step is not being executed: python examples/show_icon.py
I'm not sure how we can add a hook up for a pre-docs command to be run.
Maybe we can change the Makefile inside of the docs folder so it becomes part of the make html
?
Here is a possible fix to the docs issue: #63 Feel free to use or trash it if you have another plan/idea.
👍 Looks like that did it.
LGTM
Description
Update to latest CI standards.
Motivation and Context
Closes #61 With PYPI_TOKEN now set, we can deploy to PyPI as well.