mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-22 21:05:30 +00:00
Merge branch 'master' into krys/argparse_docs
This commit is contained in:
commit
ffa53a32c1
6 changed files with 26 additions and 9 deletions
|
@ -2,6 +2,8 @@
|
|||
import sys
|
||||
import os
|
||||
|
||||
sys.path.append(os.path.abspath(f"{__file__}/../../../sbysrc"))
|
||||
|
||||
project = 'YosysHQ SBY'
|
||||
author = 'YosysHQ GmbH'
|
||||
copyright = '2023 YosysHQ GmbH'
|
||||
|
@ -43,5 +45,3 @@ html_theme_options = {
|
|||
|
||||
extensions = ['sphinx.ext.autosectionlabel']
|
||||
extensions += ['sphinxarg.ext']
|
||||
|
||||
sys.path.append(os.path.abspath(f"{__file__}/../../../sbysrc"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue