Skip to content

Commit

Permalink
Update footer.html and Doxyfile to use local Unidata image.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Aug 24, 2021
1 parent 5060cc1 commit 9324550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions docs/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,6 @@ INPUT = \
@abs_top_srcdir@/docs/byterange.dox \
@abs_top_srcdir@/docs/inmemory.md \
@abs_top_srcdir@/docs/auth.md \
@abs_top_srcdir@/docs/filters.md \
@abs_top_srcdir@/docs/nczarr.md \
@abs_top_srcdir@/docs/notes.md \
@abs_top_srcdir@/docs/all-error-codes.md \
Expand Down Expand Up @@ -1182,7 +1181,7 @@ HTML_EXTRA_STYLESHEET = @DOXYGEN_CSS_FILE@
# files will be copied as-is; there are no commands or markers available.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_EXTRA_FILES =
HTML_EXTRA_FILES = images/uniLogo.png

# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the stylesheet and background images according to
Expand Down Expand Up @@ -1680,7 +1679,7 @@ COMPACT_LATEX = NO
# The default value is: a4.
# This tag requires that the tag GENERATE_LATEX is set to YES.

PAPER_TYPE = a4wide
PAPER_TYPE = a4

# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
# that should be included in the LaTeX output. To get the times font for
Expand Down
4 changes: 2 additions & 2 deletions docs/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<hr size="2" />
<address style="text-align: center;">
<a href="https://www.unidata.ucar.edu/software/netcdf/">Return to the Main Unidata NetCDF page.</a><br>
<img src="images/uniLogo.png">
<img src="./$relpath^/uniLogo.png">
</address>

<address style="text-align: right;"><small>
Generated on $datetime for $projectname. NetCDF is
a <a href="http://www.unidata.ucar.edu/">Unidata</a> library.</small>
a <a href="https://www.unidata.ucar.edu/">Unidata</a> library.</small>
</address>
</div>
</body>
Expand Down

0 comments on commit 9324550

Please sign in to comment.