Skip to content

Commit

Permalink
Merge pull request #243 from jix/krys/argparse_docs
Browse files Browse the repository at this point in the history
Add sphinx-argparse to generate usage
  • Loading branch information
clairexen authored Jul 18, 2023
2 parents 5ee5a78 + ffa53a3 commit 8c4e2da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 8c4e2da

Please sign in to comment.