Skip to content

imom0/dou-sphinx-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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'

Releases

No releases published

Packages

No packages published

Languages