From 1bfbf0e4308c639f7d640521147f38c6e2c9c257 Mon Sep 17 00:00:00 2001 From: thelsing Date: Sat, 10 Aug 2024 00:59:18 +0200 Subject: [PATCH] Update conf.py --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index e31eb30..b49555f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -26,7 +26,7 @@ import subprocess, os read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True' if read_the_docs_build: - subprocess.call('wget -O plantuml.jar https://github.com/plantuml/plantuml/releases/download/v1.2023.10/plantuml-1.2023.10.jar', shell=True) + subprocess.call('wget -O plantuml.jar https://github.com/plantuml/plantuml/releases/download/v1.2024.6/plantuml.jar', shell=True) subprocess.call('doxygen', shell=True) subprocess.call('mv ./doxyoutput/html/index.html ./doxyoutput/html/index_doxygen.html', shell=True)