Hello, I run here into the problem with image duplication on build, so im
windering if there is a way to prohibit it?
here is full story:
I have project setup in this way:
docs/
sources/
_static/
myImgOne.png
myImageTwo.png
myImageTHree.png
docOneSpecific/
doc1_someImage.png
docTowSpecific/
doc2_someImage.png
index.rst
doc1.rst
doc2.rst
Both doc1 and doc2 uses images, some of them are unique to each document,
some of them are repeatable acros doc1.rst and doc2.rst.
Those which are unique to each doc, i put into separate folders within
"_static":
_static/
docOneSpecific/
doc1_someImage.png
docTowSpecific/
doc2_someImage.png
Those images which are repeats in both docs - I put into the root of
"_static":
_static/
myImgOne.png
myImageTwo.png
myImageTHree.png
However when i build my documentation it double those images which are
repeats, so it become:
myImgOne.png
myImgOne1.png
myImageTwo.png
myImageTwo1.png
myImageTHree.png
myImageTHree1.png
Is there a way to avoid duplication od the same images which are referenced
in different *.rst files?
--
You received this message because you are subscribed to the Google Groups
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.