Skip to content

Commit a630e5c

Browse files
file ending
Signed-off-by: Ashwin Vaidya <[email protected]>
1 parent a7f8095 commit a630e5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ dmypy.json
139139
# Sphinx documentation
140140
docs/build/
141141
docs/build_cpp/
142-
docs/source/_build/
142+
docs/source/_build/

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ sphinx_book_theme
77
sphinx-copybutton
88
sphinx_design
99
breathe
10-
graphviz
10+
graphviz

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@
5353
}
5454

5555
breathe_projects = {"InferenceSDK": Path(__file__).parent.parent/"build_cpp"/ "xml"}
56-
breathe_default_project = "InferenceSDK"
56+
breathe_default_project = "InferenceSDK"

0 commit comments

Comments
 (0)