Skip to content

Commit 99adcba

Browse files
authored
docs: use dummy var to make autodoc work (#82)
close #73 just use a dummy var so the module chills out I don't totally love the way this works right now, but this is a simple fix for now
1 parent 0472ccc commit 99adcba

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,8 @@ def linkcode_resolve(domain, info):
7373
# -- code block style --------------------------------------------------------
7474
pygments_style = "default"
7575
pygements_dark_style = "monokai"
76+
77+
# -- set default env vars ----------------------------------------------------
78+
import os
79+
80+
os.environ.setdefault("BEACON_NODE_ID", "docs_dummy_beacon_node_id")

0 commit comments

Comments
 (0)