Force timezone for docs

This commit is contained in:
Veronica K. B. Olsen
2020-08-08 22:09:59 +02:00
parent 42743fb891
commit c38951cf54
+4 -1
View File
@@ -15,7 +15,7 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath("."))
import sphinx_rtd_theme
import os, time, sphinx_rtd_theme
# -- Project information -----------------------------------------------------
@@ -31,6 +31,9 @@ release = "0.11.0"
# -- General configuration ---------------------------------------------------
os.environ["TZ"] = "Europe/Oslo"
time.tzset()
# needs_sphinx = "1.0"
extensions = [
"sphinx_rtd_theme",