Documentation for older versions

Hi all! We are still using version 10.2.2 in a production deployment since some extended customisation makes upgrading to version 11 non-trivial and we cannot find the documentation for these previous versions. Is there a link that could be provided?

many thanks

Emmanuel Galatoulas
CTI-Diophantus
Athens, Greece

Hi @galas! Unfortunately we do not host documentation for older releases – although we probably should. But the docs can be generated pretty easily from source:

git clone https://github.com/overhangio/tutor/
cd tutor
pip install -r requirements/docs.txt
make docs
firefox docs/_build/html/index.html

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.