sphinx sphinx-doc 自定义样式表 Herald Yu Nov 1, 2018 • 1 min read conf.py html_static_path = ['_static'] html_css_files = ['style.css'] 在源文件目录下的 _static 创建 style.css 使用即可。