From: Michael R. Crusoe <crusoe@debian.org>
Subject: Make docs reproducible
Forwarded: https://github.com/seqan/seqan3/pull/3069
--- seqan3.orig/test/documentation/seqan3_doxygen_cfg.in
+++ seqan3/test/documentation/seqan3_doxygen_cfg.in
@@ -27,6 +27,7 @@
 INTERACTIVE_SVG        = ${SEQAN3_DOXYGEN_HAVE_DOT}
 
 ## MISC OPTIONS
+FULL_PATH_NAMES        = NO
 GENERATE_LATEX         = NO
 USE_MATHJAX            = ${SEQAN3_DOXYGEN_USE_MATHJAX}
 HTML_TIMESTAMP         = YES
--- seqan3.orig/submodules/sdsl-lite/extras/Doxyfile.in
+++ seqan3/submodules/sdsl-lite/extras/Doxyfile.in
@@ -150,7 +150,7 @@
 # shortest path that makes the file name unique will be used
 # The default value is: YES.
 
-FULL_PATH_NAMES        = YES
+FULL_PATH_NAMES        = NO
 
 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
 # Stripping is only done if one of the specified strings matches the left-hand
