diff --git a/docs/Makefile.local b/docs/Makefile.local --- a/docs/Makefile.local +++ b/docs/Makefile.local @@ -4,6 +4,7 @@ sql-autodoc: make -C ../sql/ doc + cp ../sql/doc/sql/db-schema.svg images/ images: make -C images/ diff --git a/docs/images/.gitignore b/docs/images/.gitignore --- a/docs/images/.gitignore +++ b/docs/images/.gitignore @@ -1,2 +1,2 @@ -swh-archive-copies.pdf -swh-archive-copies.svg +*.pdf +*.svg diff --git a/docs/sql-storage.rst b/docs/sql-storage.rst --- a/docs/sql-storage.rst +++ b/docs/sql-storage.rst @@ -9,7 +9,7 @@ ------------------ .. _swh-storage-db-schema: -.. figure:: ../sql/doc/sql/db-schema.svg +.. figure:: images/db-schema.svg :width: 1024px :align: center