sphinxbuilder + s6 のセットアップメモ

buildout + sphinxbuilder + s6 の環境を作ったのでそのときのメモ

buildout.cfg

Installing Plone — Plone.org

[buildout]
parts =
      env
      sphinxbuilder


[env]
recipe = zc.recipe.egg

eggs =
     zc.recipe.egg

interpreter = python


[sphinxbuilder]
recipe = collective.recipe.sphinxbuilder

eggs =
     ${env:eggs}
     collective.recipe.sphinxbuilder
     sphinxjp.themes.s6

source = ${buildout:directory}/sphinx

build = ${buildout:directory}/docs

conf.py を変更

# 略
extensions = ['sphinxjp.themecore']
# 略
html_theme = 's6'
# 略

s6 について

ここらへんを参考に
http://docs.ssm.myz.info/yakumo3/etc/s6.html