Skip to content

Commit 870f995

Browse files
committed
(docs) RTD does not embed imagemagick which is needed for automatic svg > pdf conversion (readthedocs/readthedocs.org#3979). Added path to svg image as alternative link instead
1 parent a6f04e6 commit 870f995

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/dev/architecture.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Architecture
55

66
The RADIS modules are organized with the following flow chart
77

8-
.. image:: RADIS_flow_chart.svg
8+
.. image:: RADIS_flow_chart.*
9+
:alt: https://radis.readthedocs.io/en/latest/_images/RADIS_flow_chart.svg
910

1011
-------------------------------------------------------------------------
1112

docs/features.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ and refer to the :ref:`Configuration file <label_lbl_config_file>` on how to use
2121
See the comparison of two CO2 spectra calculated with [HITEMP-2010]_ and [CDSD-4000]_
2222
below:
2323

24-
.. image:: spectrum/cdsd4000_vs_hitemp_3409K.svg
25-
:alt: Figure CO2 CDSD-4000 vs HITEMP-2010
24+
.. image:: spectrum/cdsd4000_vs_hitemp_3409K.*
25+
:alt: https://radis.readthedocs.io/en/latest/_images/cdsd4000_vs_hitemp_3409K.svg
2626

2727

2828
Performance

docs/spectrum/howto.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,8 @@ In :func:`~radis.spectrum.compare.plot_diff`, you can choose to plot the absolut
484484
from radis import plot_diff
485485
plot_diff(s_cdsd, s_hitemp, method=['diff', 'ratio'])
486486

487-
.. image:: ./cdsd4000_vs_hitemp_3409K.svg
488-
:alt: Figure CO2 CDSD-4000 vs HITEMP-2010
487+
.. image:: ./cdsd4000_vs_hitemp_3409K.*
488+
:alt: https://radis.readthedocs.io/en/latest/_images/cdsd4000_vs_hitemp_3409K.svg
489489

490490

491491

0 commit comments

Comments
 (0)