Skip to content

Commit

Permalink
DOC: fix Y1m figure in TR-033 (#290)
Browse files Browse the repository at this point in the history
* DX: hide Sphinx deprecation warnings
* FIX: pin version of Numba API
  • Loading branch information
shenvitor authored Aug 20, 2024
1 parent 089c52a commit cba36c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def install_ijulia() -> None:
f"https://mpl-interactions.readthedocs.io/en/{pin('mpl-interactions')}",
None,
),
"numba": ("https://numba.pydata.org/numba-doc/latest", None),
"numba": (f"https://numba.readthedocs.io/en/{pin('numba')}", None),
"numpy": (f"https://numpy.org/doc/{pin_minor('numpy')}", None),
"pdg": ("https://pdgapi.lbl.gov/doc", None),
"plotly": ("https://plotly.com/python-api-reference/", None),
Expand Down
2 changes: 1 addition & 1 deletion docs/report/033.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@
]
},
"source": [
"![](https://github.com/user-attachments/assets/cdcd343f-21f8-4faf-a7ee-ef10f8bd8036)"
"![](https://github.com/user-attachments/assets/95acd332-6aa2-4839-81f9-fa433258ace2)"
]
},
{
Expand Down
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ description =
passenv = *
setenv =
FORCE_COLOR = 1
PYTHONWARNINGS =
ZFIT_DISABLE_TF_WARNINGS = 1

[testenv:doclive]
Expand Down Expand Up @@ -52,6 +53,7 @@ description =
passenv = *
setenv =
FORCE_COLOR = 1
PYTHONWARNINGS =
ZFIT_DISABLE_TF_WARNINGS = 1

[testenv:docnb]
Expand All @@ -70,6 +72,7 @@ passenv = *
setenv =
EXECUTE_NB = yes
FORCE_COLOR = 1
PYTHONWARNINGS =
TF_CPP_MIN_LOG_LEVEL = 3
ZFIT_DISABLE_TF_WARNINGS = 1

Expand Down Expand Up @@ -103,6 +106,7 @@ passenv = *
setenv =
EXECUTE_NB = yes
FORCE_COLOR = 1
PYTHONWARNINGS =
TF_CPP_MIN_LOG_LEVEL = 3
ZFIT_DISABLE_TF_WARNINGS = 1

Expand All @@ -117,6 +121,7 @@ passenv = *
setenv =
FORCE_COLOR = 1
FORCE_EXECUTE_NB = yes
PYTHONWARNINGS =
TF_CPP_MIN_LOG_LEVEL = 3
ZFIT_DISABLE_TF_WARNINGS = 1

Expand Down

0 comments on commit cba36c5

Please sign in to comment.