Skip to content

Commit cf32dd5

Browse files
authored
Merge branch 'master' into add_doc
2 parents b821069 + 734fabf commit cf32dd5

13 files changed

+2
-3291
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import urllib.request
2424
import contextlib
2525
import sys
26+
import datetime
2627

2728
sys.path.append(os.path.abspath("./_ext"))
2829

@@ -78,7 +79,7 @@
7879

7980
# General information about the project.
8081
project = u'pyOpenMS'
81-
copyright = u'2024, OpenMS Inc'
82+
copyright = u'{datetime.now().year}, OpenMS Inc'
8283
author = u'OpenMS Team'
8384

8485
# The version info for the project you're documenting, acts as replacement for

src/view/ControllerWidget.py

Lines changed: 0 additions & 344 deletions
This file was deleted.

0 commit comments

Comments
 (0)