Skip to content

Commit b09978a

Browse files
committed
FIX(PyPi): raw directive in README crash deployments
1 parent 5ca8723 commit b09978a

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,10 @@ Run the graph and request all of the outputs::
8585
:alt: sample graphtik plot
8686
:width: 120px
8787
:align: middle
88-
.. |sample-sol| raw:: html
89-
:file: docs/source/images/executed_3ops.svg
88+
.. |sample-sol| image:: docs/source/images/executed_3ops.svg
89+
:alt: sample graphtik plot
90+
:width: 120px
91+
:align: middle
9092
.. |plot-legend| image:: docs/source/images/GraphtikLegend.svg
9193
:alt: graphtik legend
9294
:align: middle

docs/source/index.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,11 @@ Run the graph-operation and request a subset of the outputs::
9393
As you can see, any function can be used as an operation in Graphtik,
9494
even ones imported from system modules!
9595

96-
.. |sample-plot| image:: images/barebone_2ops.svg
97-
:alt: sample graphtik plot
98-
:width: 120px
99-
:align: middle
96+
.. |sample-plot| raw:: html
97+
:file: images/barebone_2ops.svg
10098
.. |sample-sol| raw:: html
10199
:file: images/executed_3ops.svg
102-
.. |plot-legend| image:: images/GraphtikLegend.svg
103-
:alt: graphtik legend
104-
:align: middle
100+
.. |plot-legend| raw:: html
101+
:file: images/GraphtikLegend.svg
105102
.. include:: ../../README.rst
106103
:start-after: _substs:

0 commit comments

Comments
 (0)