Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 296 Bytes

How to build.rst.txt

File metadata and controls

15 lines (8 loc) · 296 Bytes

in terminal:

$ sphinx-build -b html . .\build

explanation: sphinx-build -b method source_path_of_config output_folder_name

or better yet:

$ make html

explanation: if there is already a makefile in the folder, it's quicker. You can also do:

$ make clean

to clear the build folder first.