changes after initial review

Signed-off-by: Ryan Johnson <ryancj14@gmail.com>
This commit is contained in:
Ryan Johnson 2021-05-12 15:42:05 -06:00
parent a166626b25
commit 0da09dafff
4 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
build
env
__pycache__
symbiflow

8
.style.yapf Normal file
View File

@ -0,0 +1,8 @@
[style]
based_on_style = pep8
split_before_expression_after_opening_paren = True
split_before_first_argument = True
split_complex_comprehension = True
split_penalty_comprehension = 2100
dedent_closing_brackets=True
indent_dictionary_value=True

View File

@ -67,7 +67,10 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
html_show_sourcelink = True
html_sidebars = {
"**":
["logo-text.html", "globaltoc.html", "localtoc.html", "searchbox.html"]
[
"logo-text.html", "globaltoc.html", "localtoc.html",
"searchbox.html"
]
}
html_theme = 'sphinx_material'