Skip to content
Closed
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: 0 additions & 2 deletions Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
# The contents of this file are pickled, so don't put values in the namespace
# that aren't pickleable (module imports are okay, they're removed automatically).

import importlib
import os
import sys
import time

import sphinx

# Make our custom extensions available to Sphinx

Check failure on line 15 in Doc/conf.py

View workflow job for this annotation

GitHub Actions / lint

Ruff (I001)

Doc/conf.py:9:1: I001 Import block is un-sorted or un-formatted
sys.path.append(os.path.abspath('tools/extensions'))
sys.path.append(os.path.abspath('includes'))

Expand Down Expand Up @@ -50,7 +49,6 @@
else:
extensions.append('sphinxext.opengraph')


doctest_global_setup = '''
try:
import _tkinter
Expand Down
Loading