Skip to content

Commit

Permalink
Don't fail doc builds on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jul 15, 2023
1 parent e685f61 commit 7f5d927
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 @@ -212,6 +212,7 @@
}

ipython_execlines = ["import math", "import matplotlib.pyplot as plt", "import numpy as np", "import sdr"]
ipython_warning_is_error = False

myst_enable_extensions = ["dollarmath"]

Expand Down

0 comments on commit 7f5d927

Please sign in to comment.