Skip to content

Commit

Permalink
Host the Doxygen documentation on readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoureaux committed Dec 29, 2024
1 parent 2130fbd commit a2089f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ build:
os: ubuntu-22.04
tools:
python: "3.10"
jobs:
pre_build:
# Creates the documentation in the doxygen/ subfolder
- doxygen
post_build:
# Move the output to be hosted
- mv doxygen/html $READTHEDOCS_OUTPUT/html/Doxygen

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit a2089f3

Please sign in to comment.