mirror of https://github.com/CGAL/cgal
cgal_stylesheet.css must be taken from ../Manual
Revert "Merge pull request #8331 from albert-github/feature/bug_cgal_stylesheet" This reverts commit62de71bcfb, reversing changes made to3b4349cfbb.
This commit is contained in:
parent
18a542b92d
commit
a269cd37a6
|
|
@ -19,6 +19,7 @@ FILTER_PATTERNS = *.txt=${CMAKE_BINARY_DIR}/pkglist_filter
|
||||||
|
|
||||||
HTML_EXTRA_FILES += ${CGAL_DOC_RESOURCE_DIR}/hacks.js \
|
HTML_EXTRA_FILES += ${CGAL_DOC_RESOURCE_DIR}/hacks.js \
|
||||||
${CGAL_DOC_RESOURCE_DIR}/menu_version.js \
|
${CGAL_DOC_RESOURCE_DIR}/menu_version.js \
|
||||||
|
${CGAL_DOC_RESOURCE_DIR}/cgal_stylesheet.css \
|
||||||
${CMAKE_BINARY_DIR}/how_to_cite_cgal.bib \
|
${CMAKE_BINARY_DIR}/how_to_cite_cgal.bib \
|
||||||
${CMAKE_BINARY_DIR}/how_to_cite.html \
|
${CMAKE_BINARY_DIR}/how_to_cite.html \
|
||||||
${CGAL_PACKAGE_DOC_DIR}/fig/g-196x196-doc.png
|
${CGAL_PACKAGE_DOC_DIR}/fig/g-196x196-doc.png
|
||||||
|
|
|
||||||
|
|
@ -486,24 +486,6 @@ HTML_HEADER = ${CGAL_DOC_HEADER_PACKAGE}
|
||||||
|
|
||||||
HTML_FOOTER = ${CGAL_DOC_RESOURCE_DIR}/footer.html
|
HTML_FOOTER = ${CGAL_DOC_RESOURCE_DIR}/footer.html
|
||||||
|
|
||||||
# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
|
|
||||||
# cascading style sheets that are included after the standard style sheets
|
|
||||||
# created by doxygen. Using this option one can overrule certain style aspects.
|
|
||||||
# This is preferred over using HTML_STYLESHEET since it does not replace the
|
|
||||||
# standard style sheet and is therefore more robust against future updates.
|
|
||||||
# Doxygen will copy the style sheet files to the output directory.
|
|
||||||
# Note: The order of the extra style sheet files is of importance (e.g. the last
|
|
||||||
# style sheet in the list overrules the setting of the previous ones in the
|
|
||||||
# list).
|
|
||||||
# Note: Since the styling of scrollbars can currently not be overruled in
|
|
||||||
# Webkit/Chromium, the styling will be left out of the default doxygen.css if
|
|
||||||
# one or more extra stylesheets have been specified. So if scrollbar
|
|
||||||
# customization is desired it has to be added explicitly. For an example see the
|
|
||||||
# documentation.
|
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
||||||
|
|
||||||
HTML_EXTRA_STYLESHEET = ${CGAL_DOC_RESOURCE_DIR}/cgal_stylesheet.css
|
|
||||||
|
|
||||||
# Doxygen stores a couple of settings persistently in the browser (via e.g.
|
# Doxygen stores a couple of settings persistently in the browser (via e.g.
|
||||||
# cookies). By default these settings apply to all HTML pages generated by
|
# cookies). By default these settings apply to all HTML pages generated by
|
||||||
# doxygen across all projects. The HTML_PROJECT_COOKIE tag can be used to store
|
# doxygen across all projects. The HTML_PROJECT_COOKIE tag can be used to store
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ $search
|
||||||
$mathjax
|
$mathjax
|
||||||
$darkmode
|
$darkmode
|
||||||
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
|
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="$relpath$../Manual/cgal_stylesheet.css" rel="stylesheet" type="text/css" />
|
||||||
$extrastylesheet
|
$extrastylesheet
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@
|
||||||
<script type="text/javascript" src="../Manual/search/search.js"></script>
|
<script type="text/javascript" src="../Manual/search/search.js"></script>
|
||||||
<!-- Manually done below. -->
|
<!-- Manually done below. -->
|
||||||
<link href="$relpath^../Manual/$stylesheet" rel="stylesheet" type="text/css" />
|
<link href="$relpath^../Manual/$stylesheet" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="$relpath$../Manual/cgal_stylesheet.css" rel="stylesheet" type="text/css" />
|
||||||
$mathjax
|
$mathjax
|
||||||
$darkmode
|
$darkmode
|
||||||
<script src="$relpath^topics.js" type="text/javascript"></script>
|
<script src="$relpath^topics.js" type="text/javascript"></script>
|
||||||
|
|
|
||||||
|
|
@ -477,24 +477,6 @@ HTML_HEADER = ${CGAL_DOC_HEADER_PACKAGE}
|
||||||
|
|
||||||
HTML_FOOTER = ${CGAL_DOC_RESOURCE_DIR}/footer.html
|
HTML_FOOTER = ${CGAL_DOC_RESOURCE_DIR}/footer.html
|
||||||
|
|
||||||
# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
|
|
||||||
# cascading style sheets that are included after the standard style sheets
|
|
||||||
# created by doxygen. Using this option one can overrule certain style aspects.
|
|
||||||
# This is preferred over using HTML_STYLESHEET since it does not replace the
|
|
||||||
# standard style sheet and is therefore more robust against future updates.
|
|
||||||
# Doxygen will copy the style sheet files to the output directory.
|
|
||||||
# Note: The order of the extra style sheet files is of importance (e.g. the last
|
|
||||||
# style sheet in the list overrules the setting of the previous ones in the
|
|
||||||
# list).
|
|
||||||
# Note: Since the styling of scrollbars can currently not be overruled in
|
|
||||||
# Webkit/Chromium, the styling will be left out of the default doxygen.css if
|
|
||||||
# one or more extra stylesheets have been specified. So if scrollbar
|
|
||||||
# customization is desired it has to be added explicitly. For an example see the
|
|
||||||
# documentation.
|
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
||||||
|
|
||||||
HTML_EXTRA_STYLESHEET = ${CGAL_DOC_RESOURCE_DIR}/cgal_stylesheet.css
|
|
||||||
|
|
||||||
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
|
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
|
||||||
# page will contain the date and time when the page was generated. Setting this
|
# page will contain the date and time when the page was generated. Setting this
|
||||||
# to YES can help to show when doxygen was last run and thus if the
|
# to YES can help to show when doxygen was last run and thus if the
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,6 @@ $treeview
|
||||||
$search
|
$search
|
||||||
$mathjax
|
$mathjax
|
||||||
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
|
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
|
||||||
<!-- This should probably be an extrastylesheet instead of hardcoded. -->
|
|
||||||
<link href="$relpath$../Manual/cgal_stylesheet.css" rel="stylesheet" type="text/css" />
|
<link href="$relpath$../Manual/cgal_stylesheet.css" rel="stylesheet" type="text/css" />
|
||||||
$extrastylesheet
|
$extrastylesheet
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,6 @@
|
||||||
<script type="text/javascript" src="../Manual/search/search.js"></script>
|
<script type="text/javascript" src="../Manual/search/search.js"></script>
|
||||||
<!-- Manually done below. -->
|
<!-- Manually done below. -->
|
||||||
<link href="$relpath^../Manual/$stylesheet" rel="stylesheet" type="text/css" />
|
<link href="$relpath^../Manual/$stylesheet" rel="stylesheet" type="text/css" />
|
||||||
<!-- This should probably be an extrastylesheet instead of hardcoded. -->
|
|
||||||
<link href="$relpath$../Manual/cgal_stylesheet.css" rel="stylesheet" type="text/css" />
|
<link href="$relpath$../Manual/cgal_stylesheet.css" rel="stylesheet" type="text/css" />
|
||||||
<script type="text/x-mathjax-config">
|
<script type="text/x-mathjax-config">
|
||||||
MathJax.Hub.Config({
|
MathJax.Hub.Config({
|
||||||
|
|
|
||||||
|
|
@ -486,24 +486,6 @@ HTML_HEADER = ${CGAL_DOC_HEADER_PACKAGE}
|
||||||
|
|
||||||
HTML_FOOTER = ${CGAL_DOC_RESOURCE_DIR}/footer.html
|
HTML_FOOTER = ${CGAL_DOC_RESOURCE_DIR}/footer.html
|
||||||
|
|
||||||
# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
|
|
||||||
# cascading style sheets that are included after the standard style sheets
|
|
||||||
# created by doxygen. Using this option one can overrule certain style aspects.
|
|
||||||
# This is preferred over using HTML_STYLESHEET since it does not replace the
|
|
||||||
# standard style sheet and is therefore more robust against future updates.
|
|
||||||
# Doxygen will copy the style sheet files to the output directory.
|
|
||||||
# Note: The order of the extra style sheet files is of importance (e.g. the last
|
|
||||||
# style sheet in the list overrules the setting of the previous ones in the
|
|
||||||
# list).
|
|
||||||
# Note: Since the styling of scrollbars can currently not be overruled in
|
|
||||||
# Webkit/Chromium, the styling will be left out of the default doxygen.css if
|
|
||||||
# one or more extra stylesheets have been specified. So if scrollbar
|
|
||||||
# customization is desired it has to be added explicitly. For an example see the
|
|
||||||
# documentation.
|
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
||||||
|
|
||||||
HTML_EXTRA_STYLESHEET = ${CGAL_DOC_RESOURCE_DIR}/cgal_stylesheet.css
|
|
||||||
|
|
||||||
# If you want full control over the layout of the generated HTML pages it might
|
# If you want full control over the layout of the generated HTML pages it might
|
||||||
# be necessary to disable the index and replace it with your own. The
|
# be necessary to disable the index and replace it with your own. The
|
||||||
# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
|
# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,6 @@ $search
|
||||||
$mathjax
|
$mathjax
|
||||||
$darkmode
|
$darkmode
|
||||||
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
|
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
|
||||||
<!-- This should probably be an extrastylesheet instead of hardcoded. -->
|
|
||||||
<link href="$relpath$../Manual/cgal_stylesheet.css" rel="stylesheet" type="text/css" />
|
<link href="$relpath$../Manual/cgal_stylesheet.css" rel="stylesheet" type="text/css" />
|
||||||
$extrastylesheet
|
$extrastylesheet
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,6 @@
|
||||||
<script type="text/javascript" src="../Manual/search/search.js"></script>
|
<script type="text/javascript" src="../Manual/search/search.js"></script>
|
||||||
<!-- Manually done below. -->
|
<!-- Manually done below. -->
|
||||||
<link href="$relpath^../Manual/$stylesheet" rel="stylesheet" type="text/css" />
|
<link href="$relpath^../Manual/$stylesheet" rel="stylesheet" type="text/css" />
|
||||||
<!-- This should probably be an extrastylesheet instead of hardcoded. -->
|
|
||||||
<link href="$relpath$../Manual/cgal_stylesheet.css" rel="stylesheet" type="text/css" />
|
<link href="$relpath$../Manual/cgal_stylesheet.css" rel="stylesheet" type="text/css" />
|
||||||
$mathjax
|
$mathjax
|
||||||
$darkmode
|
$darkmode
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue