Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 442 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 442 Bytes

dou-sphinx-theme


Setup

  1. Copy directory dou to docs/_themes/ under your own project.
  2. Modify html_theme and html_theme_path in conf.py
html_theme_path = ['_themes']
html_theme = 'dou'

使用

  1. 将项目里的文件夹 dou 复制到 docs/_themes/
  2. 修改 conf.py 中的 html_theme html_theme_path
html_theme_path = ['_themes']
html_theme = 'dou'