I have an open source API server project on Github and I am trying to put it into continous integration. The project uses SQL Alchemy and I use ELAlchemy to manually generate a png database relationship graph (in png format) and put it into my documentation (in .rst format and uploaded to Read the Docs).
Now I am using Travis CI, I am wondering whether I can copy the png file from my Travis CI build result and put into Read the Docs, so that I no longer need to generate the ER diagram manually.