Skip to content

This is a template to start writing project documentation using Sphinx

License

Notifications You must be signed in to change notification settings

richMetellus/docs_SphinxDocTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sphinx Documentation Template

This is a very useful template I used for creating documentation using python sphinx.

Get Started

You only need to install python and install pipenv as the initial requirements.

  1. Install python and pip

  2. Then use pip to install pipenv

    pip install pipenv --user
  3. Additionally, install GNU make on your host machine

Once these two are install. To build the document you need to run the following commands

  1. Install the python packages and start a python virtual environment:

    pipenv install
    pipenv shell
  2. then build the document: open a terminal at the root folder of the document and then type the following command to build a live document

    make livehtml

For more information, see the file

- :doc:`index`

About

This is a template to start writing project documentation using Sphinx

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published