]> git.phdru.name Git - sqlconvert.git/commitdiff
Use sphinx.ext.viewcode to include module's code
authorOleg Broytman <phd@phdru.name>
Sat, 3 Sep 2016 15:50:32 +0000 (18:50 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 3 Sep 2016 16:06:00 +0000 (19:06 +0300)
docs/conf.py

index ce6f308bf7f279fe2835ae007f647623b36328a6..2246d74fb51c0ce9487a59f3763c5dfcba67afdc 100644 (file)
@@ -31,6 +31,7 @@
 # ones.
 extensions = [
     'sphinx.ext.autodoc',
+    'sphinx.ext.viewcode',
 ]
 
 # Add any paths that contain templates here, relative to this directory.