gpt4 book ai didi

html - 狮身人面像 : where did the top navigation bar with the classic theme go?

转载 作者:行者123 更新时间:2023-11-27 23:24:31 25 4
gpt4 key购买 nike

Sphinx 的旧版本(至少 1.1.3)包含一个顶部导航栏作为默认主题的一部分。这是来自 SymPy documentation 的示例(请注意,我们将默认颜色从蓝色更改为绿色):

enter image description here

我说的是最顶部的栏。

Sphinx 的较新版本(至少 1.3.1,以及最新版本 1.4.6)不包含此栏:

enter image description here

它去哪儿了?我该如何取回它?我在 theme options documentation 中没有看到对它的任何引用.

最佳答案

原来我们没有声明主题,所以它只是使用默认值。默认值过去是“经典”,但他们在 1.1.3 和 1.3.1 之间的某个时候切换到“雪花石膏”。在底部你可以看到它认为它正在使用雪花石膏:

enter image description here

它仍然像“经典”一样呈现,因为我们已将经典 css 文件复制到我们的 _static 目录中以对其进行颜色更改。

解决方案是显式添加

html_theme = 'classic'

conf.py

关于html - 狮身人面像 : where did the top navigation bar with the classic theme go?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39262189/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com