Skip to content

Commit

Permalink
argg, maybe now
Browse files Browse the repository at this point in the history
  • Loading branch information
KSkwarczynski committed Nov 1, 2024
1 parent f5e41db commit f3d453b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
retention-days: 1
name: DoxygenHTML
path: Doc/html/*
path: Doc/html

Sphinx:
# The type of runner that the job will run on
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

build*/
install/
Doc/html
Doc/latex

# Ignore emacs/vim stuff
*#*
Expand Down
4 changes: 2 additions & 2 deletions Doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PROJECT_LOGO = "Doc/mach3logo_small.png"
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.

OUTPUT_DIRECTORY = Doc/html
OUTPUT_DIRECTORY = Doc/

# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
Expand Down Expand Up @@ -891,7 +891,7 @@ FILTER_SOURCE_PATTERNS =
# (index.html). This can be useful if you have a project on for instance GitHub
# and want to reuse the introduction page also for the doxygen output.

USE_MDFILE_AS_MAINPAGE = mainpage.md
USE_MDFILE_AS_MAINPAGE = Doc/mainpage.md

#---------------------------------------------------------------------------
# Configuration options related to source browsing
Expand Down

0 comments on commit f3d453b

Please sign in to comment.