From 8462d4bcdab78f1bd3f064e14c31f67519e023e7 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Thu, 27 Apr 2017 21:24:12 +0900 Subject: [PATCH] doc: Update --- doc/theming.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/theming.rst b/doc/theming.rst index 2a7063925..711d0ae72 100644 --- a/doc/theming.rst +++ b/doc/theming.rst @@ -47,7 +47,9 @@ file :file:`blue.zip`, you can put it right in the directory containing html_theme_path = ["."] The third form is a python package. If a theme you want to use is distributed -as a python package, you can use it after installing:: +as a python package, you can use it after installing + +.. code-block:: bash # installing theme package $ pip install sphinxjp.themes.dotted