Skip to content

Commit

Permalink
Fix image not showing in RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Oct 12, 2023
1 parent 2510222 commit 6c80627
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include setup.cfg
include pyproject.toml

exclude benchmarks.py
exclude inside.png

recursive-include *.c
recursive-include docs *
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ In the following image, the inside point (marked with the red dot)
declares that the area of the polygon is the green region, and not the
white region.

.. image:: docs/spherical_geometry/inside.png
.. image:: inside.png

The inside point of the the polygon can be obtained from the
``~polygon.SphericalPolygon.inside`` property.
Expand Down
1 change: 1 addition & 0 deletions inside.png

0 comments on commit 6c80627

Please sign in to comment.