- 설치
- CentOS 7에서 설치
- 참고 문헌
Sphinx 이다.
매뉴얼
한글 매뉴얼 : https://docs-korean-sphinx.readthedocs.io/ko/docs-korean/
호스팅 : https://readthedocs.org/
라이선스 : BSD License
설치
CentOS 7에서 설치
yum list | grep sphinx
# yum -y install python-sphinx
yum -y install python2-sphinx
#--- Sphinx 폴더 생성
mkdir -p /work/sphinx
cd /work/sphinx
sphinx-quickstart
make html
참고 문헌
분류: Python
최종 수정일: 2024-09-30 12:26:18
이전글 :
다음글 :