Fri, 03 Oct 2025 16:02:08 +0200
Updated instructions for package install
| i@95 | 1 | # Minimal makefile for Sphinx documentation | 
| i@95 | 2 | # | 
| i@95 | 3 | |
| i@95 | 4 | # You can set these variables from the command line. | 
| i@95 | 5 | SPHINXOPTS = | 
| i@95 | 6 | SPHINXBUILD = sphinx-build | 
| i@95 | 7 | SPHINXPROJ = Atmosphericlidar | 
| i@95 | 8 | SOURCEDIR = . | 
| i@95 | 9 | BUILDDIR = _build | 
| i@95 | 10 | |
| i@95 | 11 | # Put it first so that "make" without argument is like "make help". | 
| i@95 | 12 | help: | 
| i@95 | 13 | @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | 
| i@95 | 14 | |
| i@95 | 15 | .PHONY: help Makefile | 
| i@95 | 16 | |
| i@95 | 17 | # Catch-all target: route all unknown targets to Sphinx using the new | 
| i@95 | 18 | # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). | 
| i@95 | 19 | %: Makefile | 
| i@95 | 20 | @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |