comparison Makefile @ 185:b27557f6d393

Allow to build the documentation when the project is not installed
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 12 May 2026 19:43:48 +0200
parents 0eec7988fdc0
children
comparison
equal deleted inserted replaced
184:5113d7fbae9e 185:b27557f6d393
55 install-dev: 55 install-dev:
56 python -m pip install -r requirements-dev.txt 56 python -m pip install -r requirements-dev.txt
57 57
58 install-doc: 58 install-doc:
59 python -m pip install -r requirements-docs.txt 59 python -m pip install -r requirements-docs.txt
60 python -m pip install --editable . 60 # Not needed any more because handled in docs/conf.py as hack
61 #python -m pip install --editable .