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:
commit
8c4e2da264
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue