3
0
Fork 0
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:
Claire Xen 2023-07-18 16:27:12 +02:00 committed by GitHub
commit ffa53a32c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 26 additions and 9 deletions

View file

@ -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"))