Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8395990
Makefile.local
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
776 B
Subscribers
None
Makefile.local
View Options
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
Details
Attached
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
Attached To
rDDOC Development documentation
Event Timeline
Log In to Comment