Mercurial > p > roundup > code
view demo.py @ 7742:b7a8d9664938
doc: fix build_docs test on travis and add to github ci
Travis CI build failed build_doc due to missing sphinx-tabs. Add the
package for travis. Also github was not building docs at all. Add
builiding docs.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 20 Feb 2024 07:35:54 -0500 |
| parents | 7f0bc46aee67 |
| children |
line wrap: on
line source
#!/usr/bin/env python3 import sys import roundup from roundup.demo import main sys.exit(main())
