diff --git a/docs/source/conf.py b/docs/source/conf.py index e9a330a7..1e5bd90a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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",