Remove outdated comment related to Python 2 (#4013)

This commit is contained in:
Victorien
2025-08-03 22:02:22 +02:00
committed by GitHub
parent 4c7404485f
commit f68e5fc18d

View File

@@ -35,8 +35,6 @@ def serve(
whenever a file is edited.
"""
# Create a temporary build directory, and set some options to serve it
# PY2 returns a byte string by default. The Unicode prefix ensures a Unicode
# string is returned. And it makes MkDocs temp dirs easier to identify.
site_dir = tempfile.mkdtemp(prefix='mkdocs_')
def get_config():