Page MenuHomeSoftware Heritage

Makefile.local
No OneTemporary

Makefile.local

check-mypy:
@echo "no op - swh-docs does not need typechecking, skipping"
all:
@echo Building the whole documentation from source code repositories
@echo available in ../ via tox. This can take a while.
@echo Please be patient.
tox -vv -r -e sphinx-dev
# inline *build* dependencies to allow installing requirements-swh-dev.txt without build
# isolation
BUILD_DEPS :=
# swh.perfecthash
BUILD_DEPS += cffi
# swh.search
BUILD_DEPS += tree-sitter
# swh.loader.bzr>breezy
BUILD_DEPS += configobj
# swh.docs
BUILD_DEPS += pifpaf
pip-install-swh-dev:
python3 -m pip install --upgrade pip wheel setuptools setuptools-scm
python3 -m pip install --upgrade $(BUILD_DEPS)
python3 -m pip install -r requirements-swh-dev.txt --no-build-isolation
python3 -m pip install .

File Metadata

Mime Type
text/x-makefile
Expires
Jun 4 2025, 7:48 PM (12 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3258453

Event Timeline