I am using Hudson to create documentation for a Python project using Sphinx. This creates the HTML documentation in the project of the / _build / html folder that I configured to use as an assembly artifact. Now, after completing the task, I can go to the documentation by clicking the "Artifacts" link, then in the folder and then in the index.html file. This is a little cumbersome, so I would like to set up the project page so that I have a link to "View documentation", which displays me directly in the index.html file. Is there a way to do this using hudson?
source
share