You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2012/09/29 18:11:18 UTC

[10/19] git commit: created new config file from scratch

created new config file from scratch


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/8dd87e8d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/8dd87e8d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/8dd87e8d

Branch: refs/heads/docs
Commit: 8dd87e8d4f0245655c81165a16698f92d9838b3b
Parents: 5e2c76f
Author: Noah Slater <ns...@apache.org>
Authored: Sat Sep 29 17:10:14 2012 +0100
Committer: Noah Slater <ns...@apache.org>
Committed: Sat Sep 29 17:10:14 2012 +0100

----------------------------------------------------------------------
 share/docs/src/conf.py |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/8dd87e8d/share/docs/src/conf.py
----------------------------------------------------------------------
diff --git a/share/docs/src/conf.py b/share/docs/src/conf.py
new file mode 100644
index 0000000..cffdb29
--- /dev/null
+++ b/share/docs/src/conf.py
@@ -0,0 +1,33 @@
+import sys, os
+
+extensions = ["sphinx.ext.todo"]
+
+source_suffix = ".rst"
+
+master_doc = "index"
+
+nitpicky = True
+
+project = "@@"
+
+copyright = "@@"
+
+version = "@@"
+
+release = "@@"
+
+highlight_language = "json"
+
+pygments_style = "sphinx"
+ 
+# @@ design CouchDB theme
+
+html_theme = "default"
+
+html_short_title = "@@"
+
+html_logo = "@@"
+
+html_favicon = "@@"
+
+html_use_opensearch = "@@"