Skip to content
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

Help fix the documentation generation toolchain #167

Open
mpusz opened this issue Sep 16, 2020 · 1 comment
Open

Help fix the documentation generation toolchain #167

mpusz opened this issue Sep 16, 2020 · 1 comment

Comments

@mpusz
Copy link
Owner

@mpusz mpusz commented Sep 16, 2020

There are many Modern C++ and C++20 related errors during the documentation generation process. I had to disable logs and warnings with -Q in Sphinx because Travis CI was complaining about too long build log and was terminating the build:

"${SPHINX_EXECUTABLE}" -b html -j auto -Q "-Dbreathe_projects.mp-units=${DOXYGEN_OUTPUT_DIR}/xml" "${SPHINX_SOURCE}" "${SPHINX_BUILD}"

There are problems with:

  • doxygen (both reported by the tool and silent problems evident in the generated XML output)
  • sphinx
  • breathe

We need to identify the source of the problems and report bugs for the respective tool.

@mpusz mpusz added this to the v0.7.0 milestone Sep 16, 2020
@mpusz mpusz added this to To do in Issues Kanban Board via automation Sep 16, 2020
@mpusz mpusz changed the title Help fix documentation generation toolchain Help fix the documentation generation toolchain Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant