Skip to content

tu-studio/seamless-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation of the SeamLess system

python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt

# To test the docs
sphinx-autobuild docs _build/html

# To build the docs
sphinx-build -W --keep-going -b html docs _build/html
# To build the docs (strict)
sphinx-build -b html docs _build/html
# To deploy the docs
gh workflow run build_sphinx.yml --ref main

About

Documentation for the seamless system

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors