Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

To generate the Tiled documentation, you need to install Python 3, Sphinx and the ReadTheDocs theme.

On Ubunu the following commands could be used:

sudo apt install python3-pip
pip3 install sphinx
pip3 install sphinx_rtd_theme

Then, the documentation can be generated by running:

make html