Include Doxygen build#89
Conversation
12235cd to
6f45981
Compare
6f45981 to
57b2217
Compare
57b2217 to
ea14384
Compare
ea14384 to
5f04b26
Compare
|
This should work now. It's not pretty but that's more of a long term project, I'd say. Please verify that it builds locally! |
jbreue16
left a comment
There was a problem hiding this comment.
Please add doxygen to the environment
Documentation build works, but running the command
./ ./build/ command does not work
to build for all branches, releases doesnt
5f04b26 to
508f29f
Compare
|
please try again. |
There was a problem hiding this comment.
sry, i accidentally built a different branch first.
For this PR, the build all still doesnt work, ive attached the error log
doc_build_error.txt
|
Did you use the updated command? |
|
yes |
|
Hmm, it does work for me and I got the command from the sphinx-multiversion documentation. Maybe it's a Windows issue? @ronald-jaepel could you try to reproduce this? |
|
|
|
For Windows cmd the command needs to be without single quotes, so |
508f29f to
2cea74a
Compare
|
Thanks! Unfortunately, it doesn't run on Linux without the quotes so I added a comment in the README. |
jbreue16
left a comment
There was a problem hiding this comment.
It just came to my attention that the files in src directory are not included, this needs to be fixed
|
Sorry to ask, but what are the next steps? |
Fixes #88
I can locally build doxygen with
doxygen doc/cadet.doxyfile. However, sphinx currently produces an error due to an open issue upstream when using @todo in the documentation.