Skip to content

Commit

Permalink
fix image path
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhmaj committed Mar 28, 2024
1 parent 5cfac1b commit f3da679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/background/rational.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Statement of Need
The Rational
------------

.. image:: figures/eros_010.png
.. image:: ../../_static/eros_010.png
:align: center
:width: 400
:alt: Downscaled mesh of (433) Eros to 10% of its original vertices and faces.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def configure_doxyfile(input_dir, output_dir):
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
html_static_path = ["_static", "figures"]

# Breathe Configuration
breathe_default_project = "polyhedral-gravity-model"
Expand Down

0 comments on commit f3da679

Please sign in to comment.