Skip to content

Prevent issues with parallel documentation build#982

Merged
ZedThree merged 1 commit intonextfrom
parallel_doc
Apr 18, 2018
Merged

Prevent issues with parallel documentation build#982
ZedThree merged 1 commit intonextfrom
parallel_doc

Conversation

@dschwoerer
Copy link
Contributor

Both html and man try to build doxygen.
But building that by two processes does not work - the errors are not reproducable, but are race conditions, e.g. how creates the directory bout or xml first.
This should fix it.
A workaround is something like:

  make %{?_smp_mflags} -C manual doxygen
  make %{?_smp_mflags} -C manual html man

But I would prefer having only one line for building the documentation.

Does that interfere with read the docs?

@dschwoerer dschwoerer requested a review from ZedThree April 12, 2018 16:27
Copy link
Member

@ZedThree ZedThree left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Built fine on Readthedocs and on my machine

@ZedThree ZedThree merged commit 4e5741f into next Apr 18, 2018
@ZedThree ZedThree deleted the parallel_doc branch April 18, 2018 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants