From 9e56cc0ea5f0f821666a7e9aa10b214441ea24cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=96denis1235552?= Date: Thu, 2 Oct 2025 09:20:26 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BF=D0=BE=D1=8F=D1=81=D0=BD=D1=8F=D1=8E=D1=89=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80?= =?UTF-8?q?=D0=B8=D0=B9=20=D0=B2=20conf.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.py b/conf.py index 5050f5c45..47e82f1c8 100644 --- a/conf.py +++ b/conf.py @@ -1,3 +1,4 @@ +# Конфигурационный файл для Sphinx документации Python Developer's Guide import json extensions = [ @@ -20,6 +21,7 @@ # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. +# Эта секция определяет какие файлы и папки игнорировать при сборке документации exclude_patterns = [ '_build', 'venv*',