We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1f346 commit 9e56cc0Copy full SHA for 9e56cc0
conf.py
@@ -1,3 +1,4 @@
1
+# Конфигурационный файл для Sphinx документации Python Developer's Guide
2
import json
3
4
extensions = [
@@ -20,6 +21,7 @@
20
21
22
# List of patterns, relative to source directory, that match files and
23
# directories to ignore when looking for source files.
24
+# Эта секция определяет какие файлы и папки игнорировать при сборке документации
25
exclude_patterns = [
26
'_build',
27
'venv*',
0 commit comments