Skip to content

Commit 9e56cc0

Browse files
committed
docs: добавил поясняющий комментарий в conf.py
1 parent 2f1f346 commit 9e56cc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Конфигурационный файл для Sphinx документации Python Developer's Guide
12
import json
23

34
extensions = [
@@ -20,6 +21,7 @@
2021

2122
# List of patterns, relative to source directory, that match files and
2223
# directories to ignore when looking for source files.
24+
# Эта секция определяет какие файлы и папки игнорировать при сборке документации
2325
exclude_patterns = [
2426
'_build',
2527
'venv*',

0 commit comments

Comments
 (0)