]> git.phdru.name Git - m_librarian.git/blobdiff - docs/conf.py
Rename doc/ to docs/; generate API docs
[m_librarian.git] / docs / conf.py
similarity index 99%
rename from doc/conf.py
rename to docs/conf.py
index b6b2ff3c3049528903ebfd34a755d6556be559e0..8a1c2b0cbc743027c88352a8dab3f700ad0b4ef8 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']