luxonis / depthai-docs-website

The documentation site for Luxonis DepthAI
https://docs.luxonis.com
MIT License
26 stars 44 forks source link

Luxonis DepthAI Docs Website

Forum Docs

How to contribute

The DepthAI docs are designed to be easily updated. See an issue? Follow these steps:

Local Development

The site is powered by Sphinx.

Setup

./install_dependencies.sh

Dependencies

Running the local web server

make html
cd build/html
python3 -m http.server

The server runs at http://127.0.0.1:8000.

Deploying

git push the master branch to deploy via ReadTheDocs.

Update redirects

To update redirects on the page, see source/redirects.yml.

Then, when everything is updated, please use

rtd-redirects luxonis-docs-website ./source/redirects.yml --pro --username <username> --password <pass>

Username and password are the credentials you use to access the RTD website

You need to have sufficient privileges on the RTD to change the redirects

Join our Discuss Forum!