I tried to add an aswer, but that didn't work, trying in the comments then:
I had this same question today, and it took me some time to find something. Apparently this has been an issue for years, and this question has a lot of views, so I thought I'll at least add some starting point here.
After some searching with google, and finding some alternative or old docs, I eventually I cloned the repo and generated the documentation myself.
Currently it can be found here:
https://github.com/ASKBOT/askbot-devel/tree/master/askbot/doc
there is a Makefile, and some windows .bat file with similar functionality.
I ran:
`make html`
which generated the documentation in a build folder.
Comments
I tried to add an aswer, but that didn't work, trying in the comments then: I had this same question today, and it took me some time to find something. Apparently this has been an issue for years, and this question has a lot of views, so I thought I'll at least add some starting point here. After some searching with google, and finding some alternative or old docs, I eventually I cloned the repo and generated the documentation myself. Currently it can be found here: https://github.com/ASKBOT/askbot-devel/tree/master/askbot/doc there is a Makefile, and some windows .bat file with similar functionality. I ran: `make html` which generated the documentation in a build folder.