Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 853 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 853 Bytes

doc-build

Morpx-docs

Morpx Inc. documents

Website: https://morpx-docs.readthedocs.io/

Local edit

refer to Read-the-Docs Getting Started with Sphinx

  • 1.Assuming you have Python already, install Sphinx:

    $ sudo pip install sphinx
  • 2.Install recommonmark for markdown files(.md):

    $ sudo pip install recommonmark
  • 3.Install theme sphinx_rtd_theme:

    $ sudo pip install sphinx_rtd_theme
  • 4.Make file:

    $ cd {your_project_path}/Morpx-docs/
    $ make html
  • 5.Open file index.html in path {your_project_path}/Morpx-docs/_build/html/index.html