Since it's quite a hassle getting an offline copy of the docs, i wanted to provide my version as fetched today, 14/8/2012 to others: http://www.filebox.com/32p1e46z2ns0
Also here's my script for extracting all the links from http://docs.fuelphp.com/assets/js/combined.js
cat combined.js | sed -rn '/panes\.\w/,/\};/p' | grep : | sed -r 's/.*:\s+"([^"]+)".*/\1/' | sed -r '/.*\{/d' | sed -r '/\/\/.*/d' | sed -r 's/(.*)/docs.fuelphp.com\/\1/'
It would be nice, if docs.fuelphp.com were also accessible without Javascript.
some keywords: docs documentation fuelphp download offline
Why is it a hassle? Get the zip, toss it in a local docroot, off you go. 10 seconds. You're a developer right, so you must have a webserver handy (or PHP 5.4, which has a built-in one).
The new docs will have a different format, I'll look into the option of making it more 'non-js' friendly.
Can't comment on your medical condition, lol...
But how about https://github.com/fuel/docs/downloads, and click on "download as zip"? If you use the official release zip files, the docs folder is included in the zip.