JoePfeiffer c5a2f52d17 Change directories to conform to gradle directory layout
Change package and import statements to match changes since switch to gradle
Get rid of note pointing to documentation about listeners (it wasn't a valid hyperlink, and I can't find the documentation it thought it was pointing to in this documentation tree)
A little bit of rewording here and there
Get rid of src-extra/AirStart.java  file
2024-07-05 16:12:13 -06:00
..
2024-05-10 05:05:42 +02:00
2024-05-10 05:05:42 +02:00
2024-06-09 17:24:39 +02:00

Building the docs

Install Sphinx and additional dependencies using pip, Python's package manager. Open your command line interface inside the :file:openrocket/docs directory and run:

pip install -r requirements.txt

Build the docs by running in the docs directory:

make html

To clean your build (necessary when you change the theme or make other changes to the build configuration), run:

make clean