Increment year to 2024 in conf.py (python documentation) (#19107)

### Description
Update copyright in python documentation.
This commit is contained in:
Xavier Dupré 2024-01-19 19:36:19 +01:00 committed by GitHub
parent 28a16c223c
commit eaf047c820
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ sys.path.append(os.path.join(os.path.dirname(__file__), "..", "_common"))
# -- Project information -----------------------------------------------------
project = "Python API"
copyright = "2018-2023, Microsoft"
copyright = "2018-2024, Microsoft"
author = "Microsoft"
# -- General configuration ---------------------------------------------------