Online book for the X Class
Make sure you have Python 3 and pip installed. Run the following:
pip3 install --upgrade pip
pip3 install sphinx sphinx_rtd_theme
From the project directory, run
make html
(if you do not have make installed, run sphinx-build source/ build/)