瀏覽代碼

Sphinx: Use the nature theme

Ask Solem 15 年之前
父節點
當前提交
6467eb4789
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/conf.py

+ 2 - 2
docs/conf.py

@@ -85,7 +85,7 @@ pygments_style = 'trac'
 # The style sheet to use for HTML and HTML Help pages. A file of that name
 # must exist either in Sphinx' static/ path, or in one of the custom paths
 # given in html_static_path.
-html_style = 'agogo.css'
+#html_style = 'agogo.css'
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".
@@ -178,5 +178,5 @@ latex_documents = [
 # If false, no module index is generated.
 #latex_use_modindex = True
 
-html_theme = "agogo"
+html_theme = "nature"
 html_theme_path = ["_theme"]