Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ python:
sphinx:
builder: html
fail_on_warning: true
configuration: docs/conf.py

# Also build PDF & ePub
formats:
Expand Down
1 change: 0 additions & 1 deletion src/sphinx_subfigure/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def run(self) -> list[nodes.Element]:
f"item {idx + 1} is neither (line {child.line})"
)

print(number_of_images)
layout_string = self.arguments[0] if self.arguments else 1
figure_node["layout"] = {}
figure_node["layout"]["default"] = self.generate_layout(
Expand Down