Skip to content

Commit

Permalink
exclude nnx from sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarciae committed Nov 7, 2023
1 parent c3d3769 commit 0b74518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
'getting_started.ipynb', # <-- times out
'optax_update_guide.ipynb', # <-- requires flax<=0.5.3
'transfer_learning.ipynb', # <-- transformers requires flax<=0.7.0
'**/nnx/**', # exclude nnx
]
# raise exceptions on execution so CI can catch errors
nb_execution_allow_errors = False
Expand Down

0 comments on commit 0b74518

Please sign in to comment.