Beyond Linux® From Scratch (systemd Edition) - Version 12.1
Chapter 13. Programming
이전 위로 / 처음으로 다음
Python-3.11.1 Python Dependencies

Sphinx-7.2.6

Sphinx Module 소개

Sphinx 패키지는 일부 구조화된 텍스트 형식을 다양한 형식의 보기 좋은 문서로 변환하기 위한 도구 세트입니다.

이 패키지는 LFS 12.1 플랫폼을 사용하여 빌드하고 제대로 작동하는 것으로 알려져 있습니다.

패키지 정보
Sphinx 종속성
필수
선택 사항(테스트용)

Sphinx 설치

모듈을 빌드합니다.

pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD

이제 루트 사용자로

pip3 install --no-index --find-links=dist --no-cache-dir --no-user sphinx

cython-0.29.36pytest-8.0.0이 설치되어 있지만 다른 선택적 종속성은 설치되어 있지 않다고 가정하면 다음 명령으로 설치를 테스트할 수 있습니다:

python3 -m venv --system-site-packages testenv &&
source testenv/bin/activate                    &&
pip3 install html5lib filelock                 &&
python3 -m pytest
deactivate

명령어 설명

내용

간단한 설명