X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs-ru%2Fconf.py;h=95eb028b616fae3fed2e6b0a28a7f42397992986;hb=1abed181e24227c2f0c7a5e362908e5c0342c2ca;hp=0aab948d356de3e8dc12762abccb6e005b014af9;hpb=5a63835273a3cd0e6c5ea3ec65747ddafe5aa188;p=m_librarian.git diff --git a/docs-ru/conf.py b/docs-ru/conf.py index 0aab948..95eb028 100644 --- a/docs-ru/conf.py +++ b/docs-ru/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']