diff --git a/docs/source/conf.py b/docs/source/conf.py index 378ca801..cf22c9c9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,7 +16,7 @@ sys.path.append(os.path.abspath(os.getenv('PROJECT_DIR'))) sys.path.append(os.path.abspath('./_ext')) project = 'Meshroom' -copyright = '2023, AliceVision Association' +copyright = '2025, AliceVision Association' author = 'AliceVision Association' # -- General configuration ---------------------------------------------------