OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
506 stars 138 forks source link

Docs build failing #376

Closed chinmayshah99 closed 3 years ago

chinmayshah99 commented 3 years ago

Description

Sphinx build action for docs is failing. More on it here: https://github.com/OpenMined/PyDP/runs/3012891718.

You can find the build script here: https://github.com/OpenMined/PyDP/blob/dev/.github/workflows/build-docs.yml

dnabanita7 commented 3 years ago

I am working on this.

chinmayshah99 commented 3 years ago

Surprisingly fixed by #394.

stoic-signs commented 3 years ago

This was quite a surprise. As I was looking into the issue, I thought we might have to upgrade libstdc++6 on CI.