Skip to content

manboubird/sphinx-doc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sphinx Document Example

# setup
pip -r requirements/dev.txt

# auto build for live editing
make -C sphinx-doc-base livehtml

# build html
make -C sphinx-doc-base html
open sphinx-doc-base/build/html/index.html

Bumping version

# bumpversion with commit and tag creation
bumpversion --list major

# push bumpversion commit
git push origin

# push new tags created by bumpversion
git push origin --tags

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published