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

Add support for Sphinx 3.0.x and use CUDA 10 docker image with ffmpeg #3659

Merged
merged 2 commits into from
Apr 13, 2020

Conversation

jngrad
Copy link
Member

@jngrad jngrad commented Apr 12, 2020

Fixes #3658

fweik
fweik previously approved these changes Apr 12, 2020
@codecov
Copy link

codecov bot commented Apr 12, 2020

Codecov Report

Merging #3659 into python will decrease coverage by 0%.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           python   #3659   +/-   ##
======================================
- Coverage      88%     88%   -1%     
======================================
  Files         523     523           
  Lines       22446   22446           
======================================
- Hits        19848   19846    -2     
- Misses       2598    2600    +2     
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 dd25cf8...f68d236. Read the comment docs.

Starting with Sphinx 3.0.0, Cython class attributes declared under
`cdef public:` are automatically documented. If these attributes
are also documented under the NumPy docstyle section `Attributes`,
an error "docstring of X:1:duplicate object description of X, other
instance in Y, use :noindex: for one of them" is raised. Moving the
docstring below the attribute resolves the duplication by merging
the docstring into the generated autodoc.
@jngrad jngrad changed the title Use cuda 10 image with ffmpeg Add support for Sphinx 3.0.x and use CUDA 10 docker image with ffmpeg Apr 12, 2020
@jngrad jngrad added this to the Espresso 4.1.3 milestone Apr 12, 2020
@jngrad jngrad added the DevOps label Apr 12, 2020
@jngrad jngrad added the automerge Merge with kodiak label Apr 13, 2020
@kodiakhq kodiakhq bot merged commit 66c7166 into espressomd:python Apr 13, 2020
@jngrad jngrad deleted the cuda10-add-ffmpeg branch January 18, 2022 12:02
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.

ffmpeg missing from CI image for tutorial 11 ferrofluid
2 participants