Building on Windows

RST 파일들을 보기좋은 HTML 파일들로 변환하는 방법이 두 가지가 있어요.

파일 탐색기

C:\blender_docs 폴더의 make.bat 파일을 실행하세요.

참고

바탕 화면에 make 바로가기를 만들 수도 있어요.

명령 프롬프트(command prompt)

  1. 명령 프롬프트를 열고 cd C:\blender_docs 를 찾아가세요.

  2. 이 명령어로 빌드하세요.

    make
    

빌드하는 작업은 처음 할 때(아니면 큰 변화가 생겼을 때)는 몇 분이 걸리겠지만, 그 다음부터는 몇 초만에 끝날 거예요.

주석

만약 TypeError: an integer is required (got type str) 오류가 나타난다면, 예전 버전의 Babel (the Python Internationalization Library)을 사용해야 돼요.

그렇게 하려면 이 명령어를 사용하세요.

pip install sphinx "babel<2.0"

컴퓨터에 저장된(local) 사용설명서 미리보기

Once the docs have been built, all the HTML files can be found inside C:\blender_docs\build\html. Try opening \build\html\index.html in your web browser and read the manual.


Continue with the next step: Editing.