google-deepmind / dm-haiku

JAX-based neural network library
https://dm-haiku.readthedocs.io
Apache License 2.0
2.91k stars 231 forks source link

Do not run doctests as part of the docs configuration #749

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Do not run doctests as part of the docs configuration

We already test them as part of our integration test run.

See https://github.com/google-deepmind/dm-haiku/blob/main/haiku/_src/integration/doctest_test.py.