Skip to content

qingfengzxr/gdweb3-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

Install sphinx

$ python -m venv .venv
$ source .venv/bin/activate
(.venv) $ python -m pip install sphinx

Install theme

$ pip install sphinx_rtd_theme

Build local preview

$ sphinx-build -M html docs/source/ build/

Then, open index.html in the build/html directory with a browser to preview.

About

Template for the Read the Docs tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%