Skip to content

Instantly share code, notes, and snippets.

@cointoss1973
Last active October 12, 2015 14:57
Show Gist options
  • Save cointoss1973/4043859 to your computer and use it in GitHub Desktop.
Save cointoss1973/4043859 to your computer and use it in GitHub Desktop.
sphinx-ready-to-go

sphinx-ready-to-go

clone(またはコマンド実行) しただけで、すぐに使えることを目指す

外部拡張を同梱する

下記の拡張を documentsに同梱する

  • sphinxcontrib-plantuml
  • sphinxjp.themecore
  • html_theme : bizstyle

sphinx本体同梱済み拡張を有効にする

下記 extensions を有効

  • sphinx.ext.todo

日本語向け設定

下記の設定を有効

  • language=['ja']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment