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

Commits on Apr 12, 2020

  1. Configuration menu
    Copy the full SHA
    c2a5f9a View commit details
    Browse the repository at this point in the history
  2. Fix Sphinx 3.0 error for Cython class attributes

    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 committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    f68d236 View commit details
    Browse the repository at this point in the history