Skip to content

Commit 1188a97

Browse files
committed
chore: add minor changes to the edited files
1 parent 15d489b commit 1188a97

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ exclude =
77
build,
88
dist,
99
docs/source/conf.py
10+
# huge loops in crystal.py
1011
max-line-length = 99
1112
# Ignore some style 'errors' produced while formatting by 'black'
1213
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def setup(app):
7474
"sphinx.ext.intersphinx",
7575
"sphinx_rtd_theme",
7676
"sphinx_copybutton",
77+
"nbsphinx",
7778
"m2r2",
7879
]
7980

0 commit comments

Comments
 (0)