Skip to content

Commit

Permalink
fix the image not being displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhmaj committed Mar 28, 2024
1 parent f3da679 commit 2243bc5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y doxygen
- uses: actions/checkout@v3
with:
lfs: true
- id: deployment
uses: sphinx-notes/pages@v3
with:
checkout: false
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:: ../../_static/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", "figures"]
html_static_path = ["_static", "figures/eros_010.png"]

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

0 comments on commit 2243bc5

Please sign in to comment.