]> git.phdru.name Git - m_librarian.git/commitdiff
Generate API docs in docs-ru
authorOleg Broytman <phd@phdru.name>
Sun, 3 Apr 2016 18:31:46 +0000 (21:31 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 3 Apr 2016 18:31:46 +0000 (21:31 +0300)
docs-ru/.gitignore
docs-ru/conf.py

index f97d82002af8456560e81860907b72c86a1d0ad6..499e7a54811ec664f67a3537cda473be0ccb1a10 100644 (file)
@@ -1,3 +1,4 @@
 /_build/
 /_static/
 /_templates/
+/api
index 0aab948d356de3e8dc12762abccb6e005b014af9..95eb028b616fae3fed2e6b0a28a7f42397992986 100644 (file)
@@ -28,7 +28,10 @@ import os
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
-extensions = []
+extensions = [
+    'sphinx.ext.autodoc',
+    'sphinx.ext.viewcode',
+]
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']