Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 436 Bytes

How_to_use_sphinx.md

File metadata and controls

22 lines (11 loc) · 436 Bytes

Manual for the sphinx documentation pages

Change directory to docs/sphinx.

Modify/add files in docs/sphinx/source

In the OS console, run:

make clean
make html

Copy all files under docs/sphinx/build/html to docs.

Note: Replace all files under docs.

Keep .nojekyll if you need to clean the docs folder.