[Checkins] SVN: grok/branches/ulif-docs2sphinx/doc/conf.py Enable autodoc.

Uli Fouquet uli at gnufix.de
Sun Dec 26 11:13:20 EST 2010


Log message for revision 119138:
  Enable autodoc.

Changed:
  U   grok/branches/ulif-docs2sphinx/doc/conf.py

-=-
Modified: grok/branches/ulif-docs2sphinx/doc/conf.py
===================================================================
--- grok/branches/ulif-docs2sphinx/doc/conf.py	2010-12-26 15:59:02 UTC (rev 119137)
+++ grok/branches/ulif-docs2sphinx/doc/conf.py	2010-12-26 16:13:19 UTC (rev 119138)
@@ -25,7 +25,13 @@
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.addons.*') or your custom ones.
 #extensions = []
+#extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest',
+#              'sphinx.ext.intersphinx', 'sphinx.ext.viewcode']
+extensions = ['sphinx.ext.autodoc']
 
+# Order autodoc generated docs in source code order.
+autodoc_member_order = 'bysource'
+
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['.']
 



More information about the checkins mailing list