Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff 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 |
line wrap: on
line diff
--- a/Makefile Tue May 12 15:54:07 2026 +0200 +++ b/Makefile Tue May 12 19:43:48 2026 +0200 @@ -57,4 +57,5 @@ install-doc: python -m pip install -r requirements-docs.txt - python -m pip install --editable . + # Not needed any more because handled in docs/conf.py as hack + #python -m pip install --editable .
