Skip to content

Commit 7b356c9

Browse files
committed
[ci] Adapt Doxy generation to branch for release
1 parent 292b4f2 commit 7b356c9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

documentation/doxygen/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@ SITEMAP_URL =
15971597
# The default value is: NO.
15981598
# This tag requires that the tag GENERATE_HTML is set to YES.
15991599

1600-
GENERATE_QHP = YES
1600+
GENERATE_QHP = NO
16011601

16021602
# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
16031603
# the file name of the resulting .qch file. The path specified is relative to

documentation/doxygen/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ doxygen: filter pyzdoc
6565
doxygen
6666
bash ./CleanNamespaces.sh
6767
gzip $(DOXYGEN_IMAGE_PATH)/ROOT.tag
68-
gzip $(DOXYGEN_IMAGE_PATH)/ROOT.qch
6968
rm -rf files c1* *.ps *.eps *.png *.jpg *.tex *.svg *.pdf *.root *.xpm *.out *.dat *.dtd *.dot *.txt *.csv *.log *.rs
7069
rm -rf listofclass.sh tmva* data* result* config* test* Roo* My* Freq*
7170
rm -f Doxyfile_INPUT filter htmlfooter.html MDF.C pca.C

0 commit comments

Comments
 (0)