Skip to content

cpolzer/poetry-sphinx-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poetry-sphinx-example

A demo package to support discussion on how to use Poetry and Sphinx together.

Setup

poetry install --no-root

Build the package

# create the html sphinx docs
poetry run task build
# poetry build the packages
poetry build -vvv

How this demo was created

poetry init
poetry add sphinx
poetry add taskipy
sphinx-quickstart

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published