Skip to content

Commit bda301f

Browse files
authored
fix simulator calling (#34678)
* Reverting models to make sure calls to the simulator work * quotes * Spellcheck fixes * ignore the models for doc generation * Fixed the quotes on f strings * pylint skip file
1 parent 3546171 commit bda301f

File tree

4 files changed

+182
-240
lines changed

4 files changed

+182
-240
lines changed

doc/sphinx/individual_build_conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107

108108
# List of patterns, relative to source directory, that match files and
109109
# directories to ignore when looking for source files.
110-
exclude_patterns = ['_build']
110+
exclude_patterns = ['_build', '*/synthetic/simulator/_model_tools/models.py']
111111

112112
# The reST default role (used for this markup: `text`) to use for all
113113
# documents.

0 commit comments

Comments
 (0)