Skip to content
Closed

Spam #1664

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Конфигурационный файл для Sphinx документации Python Developer's Guide
import json

extensions = [
Expand All @@ -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*',
Expand Down