rcore-os / rCore-Tutorial-Book-v3

A book about how to write OS kernels in Rust easily.
https://rcore-os.github.io/rCore-Tutorial-Book-v3/
GNU General Public License v3.0
1.13k stars 211 forks source link

'make html' shows error #127

Closed ralphjzhang closed 2 years ago

ralphjzhang commented 2 years ago

Sphinx error: master file /home/zhjun/Book/rCore-Tutorial-Book-v3/source/contents.rst not found make: *** [Makefile:20: html] Error 2

wyfcyx commented 2 years ago

What is the Sphinx version?

ralphjzhang commented 2 years ago

sphinx-build 1.8.5

wyfcyx commented 2 years ago

Please upgrade to version >=4.0.0.

ralphjzhang commented 2 years ago

works great! thanks!