From 964005ba3cf0a94042820dd2a1ac77acfed98af4 Mon Sep 17 00:00:00 2001 From: Nicolas Denoyelle Date: Thu, 2 May 2019 16:20:03 -0500 Subject: [PATCH] fix doxygen version on readthedocs --- doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 293ef00..c1b74be 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -28,6 +28,8 @@ import subprocess read_the_docs = os.environ.get('READTHEDOCS', None) == 'True' if read_the_docs: subprocess.call('doxygen aml.doxy', shell=True) + # Readthedocs doxygen version is too old to copy images when building xml + subprocess.call('cp img/*png build-doxygen/xml/', shell=True) # -- General configuration --------------------------------------------------- -- 2.26.2