I'm working on serving the doxygen documentation for our C++ project on readthedocs so it gets built automatically and documentation for all versions is available.
I'm using doxyrest to convert doxygen XML output to RST and this build fine both on my local machine and on readthedocs but, while I can download the pdf and the zipped html versions of the documentation off readthedocs, I just get the maze thing when I try and read it online.
Here is my docs directory