Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down