【发布时间】:2015-07-09 19:43:42
【问题描述】:
有没有办法改变 sphinx 网页上的字幕颜色?我将:caption: 指令与toctree 一起使用,但标题与侧边栏的颜色几乎相同。供参考here 是指向带有难以看到标题的页面的链接,这是我的索引文件:
Contents
============
.. toctree::
:caption: User Documentation
:maxdepth: 2
overview
installation
tutorial
.. toctree::
:maxdepth: 2
:caption: Developer Documentation
dev/conventions
dev/enviroment
dev/docs
dev/site
doc/modules
* :ref:`genindex`
* :ref:`modindex`
.. toctree::
:maxdepth: 2
:caption: Support
trouble/faq
trouble/issuetracker
trouble/contact
【问题讨论】:
-
您好,您做到了吗?我需要完全相同的东西,下面提供的答案都不适合我......(顺便说一下,我正在使用 sphinx_rtd_theme)
标签: html css python-sphinx caption toctree