Skip to content

Commit

Permalink
Does tweaking configure cmd line work?
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Dec 24, 2024
1 parent e8284e6 commit 68415b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:
- "graphviz"
jobs:
pre_build:
- "./configure --enable-documentation CXXFLAGS='-O0 -std=c++23'"
- "./configure CXXFLAGS='-O0 -std=c++23' --enable-documentation"
- "mkdir -p doc/doxygen-html"
- "cd doc && doxygen"
- "mkdir -p -- $READTHEDOCS_OUTPUT/html"
Expand Down

0 comments on commit 68415b8

Please sign in to comment.