Skip to content

Commit

Permalink
DAOS-9881 doc: fix doxygen path issues (daos-stack#8289)
Browse files Browse the repository at this point in the history
fix path specs in Doxyfile and mkdocs.yml

Signed-off-by: Michael Hennecke <[email protected]>
  • Loading branch information
Michael-Hennecke authored Feb 24, 2022
1 parent 615c024 commit f980f78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ PROJECT_BRIEF =
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.

PROJECT_LOGO = "https://docs.daos.io/latest/daos_logo.png"
# Note: This path is relative to the github checkout root.
# Running doxygen will copy this logo file into the OUTPUT_DIRECTORY,
# so the index.html file in OUTPUT_DIRECTORY will always refer to a
# local daos_logo.png, without a path component...
PROJECT_LOGO = "docs/daos_logo.png"

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,5 @@ nav:
- 'Dev Environment': 'dev/development.md'
- 'Contributing': 'dev/contributing.md'
- 'DAOS Internals': 'https://github.com/daos-stack/daos/blob/master/src/README.md'
- 'DAOS API Documentation': 'doxygen/html/index.html'
- 'DAOS API Documentation': 'https://docs.daos.io/v2.2/doxygen/html/index.html'
# Attention: Don't change that doxygen path to a relative path, or mkdocs will stumble...

0 comments on commit f980f78

Please sign in to comment.