-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include Doxygen build #89
base: master
Are you sure you want to change the base?
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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.