X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=blobdiff_plain;f=docs%2Fconf.py;fp=doc%2Fconf.py;h=8a1c2b0cbc743027c88352a8dab3f700ad0b4ef8;hp=b6b2ff3c3049528903ebfd34a755d6556be559e0;hb=5a63835273a3cd0e6c5ea3ec65747ddafe5aa188;hpb=c6ba864ab173b6543e86f2318ab84e68325c2363 diff --git a/doc/conf.py b/docs/conf.py similarity index 99% rename from doc/conf.py rename to docs/conf.py index b6b2ff3..8a1c2b0 100644 --- a/doc/conf.py +++ b/docs/conf.py @@ -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']