lsst-sqre / documenteer

Sphinx extensions, configurations, and tooling for Rubin Observatory documentation projects
https://documenteer.lsst.io
MIT License
6 stars 3 forks source link

replace ':' with '_' to avoid problem on windows #9

Closed pwm1234 closed 5 years ago

pwm1234 commented 8 years ago

With epub output, a ':' was being put in the epub basename. On windows this error in the filename (cannot have a ':' in windows filename), caused building the epub output to die silently. I did this for the three builders (epub, htmlhelp, and latex) that I found were replacing space with ''; I simply added a replacement of ':' with ''.