Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我sphinx使用命令创建了 html make html。但是我需要一个带有标题和内容的单页文档。当我单击特定的标题页面时,应该会自动向下滚动到相应的内容。
sphinx
make html
我想你想要singlehtml而不是html. 有关所有构建选项,请参阅sphinx 文档。
singlehtml
html
make singlehtml