Invoke docs not recognized - building docs locally

Hi,

What can I be missing in the following case:
When calling “invoke docs” on conda this command is not recognized?
I would like to build docs locally.

This happened when I cloned repository from github:

conda create -n wood-dev python=3.8 mpir mpfr boost-cpp eigen=3.3 cgal-cpp=5.2 pybind11 compas compas_view2 --yes
conda activate wood-dev
git clone https://github.com/petrasvestartas/compas_wood
cd compas_wood
pip install -e .

you have to install the dev requirements.

pip install -r requirements-dev.txt
1 Like

Thank you, it solves my issue.