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

Disable Sphinx multiprocessing #3393

Merged

Conversation

jngrad
Copy link
Member

@jngrad jngrad commented Jan 2, 2020

Fixes espressomd/docker#151

Sphinx v2.3.1 generates a warning when running in parallel with plugin sphinxcontrib.bibtex.

Sphinx plugin sphinxcontrib.bibtex doesn't support multithreading
and generates a warning if sphinx-build is invoked with the -j flag.
@jngrad jngrad added the DevOps label Jan 2, 2020
@jngrad jngrad added this to the Espresso 4.1.3 milestone Jan 2, 2020
@codecov
Copy link

codecov bot commented Jan 2, 2020

Codecov Report

Merging #3393 into python will decrease coverage by <1%.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           python   #3393   +/-   ##
======================================
- Coverage      86%     86%   -1%     
======================================
  Files         537     537           
  Lines       25287   25287           
======================================
- Hits        21810   21809    -1     
- Misses       3477    3478    +1
Impacted Files Coverage Δ
src/core/electrostatics_magnetostatics/p3m.cpp 85% <0%> (-1%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 364c0b4...ab39393. Read the comment docs.

@jngrad jngrad added the automerge Merge with kodiak label Jan 2, 2020
@kodiakhq kodiakhq bot merged commit cd7e1d5 into espressomd:python Jan 2, 2020
@jngrad jngrad deleted the fix-sphinxcontrib.bibtex-threads branch January 18, 2022 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge with kodiak DevOps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sphinx failure in CI
2 participants