diff --git a/source/conf.py b/source/conf.py index ebdb8d9..471401d 100644 --- a/source/conf.py +++ b/source/conf.py @@ -6,6 +6,9 @@ sys.path.insert(0, _local_repo_root) import genesis as gs +# We need to initialize Genesis before we can import any of it's classes to document +gs.init(backend=gs.cpu) + __version__ = gs.__version__ # Configuration file for the Sphinx documentation builder. #