README.txt 424 B

123456789101112
  1. To build the documentation, it is important to use the sphinx-build script
  2. installed in your virtual environment.
  3. Use CMAKE_IGNORE_PATH to prevent cmake from using a script installed elsewhere
  4. Run these commands (adapt to your needs):
  5. python3 -m venv myvenv
  6. source myvenv/bin/activate
  7. pip3 install -r doc/requirements.txt
  8. cmake -B build -DCMAKE_IGNORE_PATH:PATH=$HOME/.local/bin
  9. cmake --build build/ --target sphinx-html