Skip to content

Commit

Permalink
try different way to import
Browse files Browse the repository at this point in the history
  • Loading branch information
trvto committed Apr 25, 2024
1 parent 4dd04fd commit 6dbb09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build-docs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
import argparse
import datetime
from datetime import date
import shutil
import subprocess
import sys
Expand Down Expand Up @@ -67,7 +67,7 @@ def build_module_docs() -> None:
"-D",
f"project=pytket-{MODULE}",
"-D",
f"copyright={datetime.date.today().year} Cambridge Quantum Computing",
f"copyright={date.today().year} Cambridge Quantum Computing",
"-D",
f"version={'.'.join(v[:2])}",
"-D",
Expand Down

0 comments on commit 6dbb09f

Please sign in to comment.