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

(Fixes OSS CI) Have Sphinx track deprecated_transform_mixin, but make it private #2330

Closed
wants to merge 1 commit into from

Commits on Apr 6, 2024

  1. (Fixes OSS CI) Have Sphinx track deprecated_transform_mixin, but ma…

    …ke it private
    
    Summary:
    The OSS CI is failing: https://github.com/facebook/Ax/actions/runs/8581833037/job/23519269134?pr=2329
    
    This should fix the Sphinx error. Adding `:meta private:` to the docstring will stop it from rendering, since OSS users shouldn't need to know about `DeprecatedTransformMixin` and can read the code on GH if they need to.
    
    Differential Revision: D55837917
    esantorella authored and facebook-github-bot committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    19c2358 View commit details
    Browse the repository at this point in the history