Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  • Jason Kridner's avatar
    Add venv-build-env.sh · ae6f46ac
    Jason Kridner authored
    ```shell-session
    $ source ./venv-build-env.sh
    $ cd projects/librobotcontrol/docs
    $ doxygen
    $ cd ../../..
    $ sphinx-build -M html . public
    ```
    ae6f46ac