Skip to content

Commit 4e6aba5

Browse files
committed
added missing import to conf
Signed-off-by: Konstantin Läufer <[email protected]>
1 parent 15d3db0 commit 4e6aba5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
import sys, os
1515

16+
import subprocess
17+
from datetime import date
18+
1619
import sphinx_rtd_theme
1720

1821
# If extensions (or modules to document with autodoc) are in another directory,

0 commit comments

Comments
 (0)