You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 191 B

12345678910111213141516
  1. ### Instll Sphinx
  2. ```cmd
  3. pip install sphinx
  4. pip install recommonmark
  5. pip install sphinx_rtd_theme
  6. ```
  7. ### Init the docs
  8. ```cmd
  9. sphinx-quickstarts
  10. ```
  11. ### Build the docs
  12. ```cmd
  13. make html
  14. ```