Skip to content

Commit 2f8eb7b

Browse files
committed
docs/server: Fixed PDF generation
ReadTheDocs is not supported SVG images in PDF docs. readthedocs/readthedocs.org#905
1 parent d5f8ce9 commit 2f8eb7b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/_static/model/sql_model.png

333 KB
Loading
391 KB
Loading

docs/server/sql_model.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SQL Model
44
=========
55

6-
.. image:: ../_static/model/sql_model.svg
6+
.. image:: ../_static/model/sql_model.*
77
:width: 636px
88
:height: 590px
99
:alt: SQL Model
@@ -12,7 +12,7 @@ SQL Model
1212
Model with indexes
1313
------------------
1414

15-
.. image:: ../_static/model/sql_model_with_indexes.svg
15+
.. image:: ../_static/model/sql_model_with_indexes.*
1616
:width: 636px
1717
:height: 699px
1818
:alt: SQL Model with indexes

0 commit comments

Comments
 (0)