mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 22:14:08 +00:00
Add sbysrc to path during docs build
This commit is contained in:
parent
27e20fd5c3
commit
1a4c2a57ad
|
@ -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'
|
||||
|
|
|
@ -6,6 +6,6 @@ one of the available CAD suites, it can be called as follows. Note that this in
|
|||
available via `sby --help`. For more information on installation, see :ref:`install-doc`.
|
||||
|
||||
.. argparse::
|
||||
:filename: ../sbysrc/sby_cmdline.py
|
||||
:module: sby_cmdline
|
||||
:func: parser_func
|
||||
:prog: sby
|
||||
|
|
Loading…
Reference in a new issue