3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-25 22:35:32 +00:00

Add sbysrc to path during docs build

This commit is contained in:
Krystine Sherwin 2023-06-19 21:39:07 +12:00
parent 27e20fd5c3
commit 1a4c2a57ad
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,10 @@
#!/usr/bin/env python3
import os
import sys
sys.path += [os.path.join(os.path.dirname(__file__),
"..", "..", "sbysrc")]
project = 'YosysHQ SBY'
author = 'YosysHQ GmbH'
copyright = '2023 YosysHQ GmbH'