3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-05 22:14:08 +00:00

Merge pull request #243 from jix/krys/argparse_docs

Add sphinx-argparse to generate usage
This commit is contained in:
Claire Xen 2023-07-18 16:28:11 +02:00 committed by GitHub
commit 8c4e2da264
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,8 @@
#!/usr/bin/env python3
import os
import sys
import os
sys.path += [os.path.join(os.path.dirname(__file__),
"..", "..", "sbysrc")]
sys.path.append(os.path.abspath(f"{__file__}/../../../sbysrc"))
project = 'YosysHQ SBY'
author = 'YosysHQ GmbH'