Skip to content

Commit 0c6f872

Browse files
committed
fix(site): github img fails without ext
1 parent 0ea294c commit 0c6f872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Run the graph and request all of the outputs::
7373
>>> graphop.compute({'a': 2, 'b': 5}, outputs=["a_minus_ab"])
7474
{'a_minus_ab': -8}
7575

76-
.. |sample-plot| image:: docs/source/images/barebone_2ops
76+
.. |sample-plot| image:: docs/source/images/barebone_2ops.svg
7777
:alt: sample graphtik plot
7878
:width: 120px
7979
:align: middle

0 commit comments

Comments
 (0)