We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d489b commit 1188a97Copy full SHA for 1188a97
2 files changed
.flake8
@@ -7,6 +7,7 @@ exclude =
7
build,
8
dist,
9
docs/source/conf.py
10
+# huge loops in crystal.py
11
max-line-length = 99
12
# Ignore some style 'errors' produced while formatting by 'black'
13
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings
docs/source/conf.py
@@ -74,6 +74,7 @@ def setup(app):
74
"sphinx.ext.intersphinx",
75
"sphinx_rtd_theme",
76
"sphinx_copybutton",
77
+ "nbsphinx",
78
"m2r2",
79
]
80
0 commit comments