Skip to content

Commit

Permalink
CI: Fix Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-wagner committed Dec 7, 2022
1 parent cd44c01 commit 4354907
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/conf.py
Expand Up @@ -117,13 +117,13 @@ def reset_mpl(gallery_conf, fname):
join(SPHINXDOC_PATH, "tutorials")],
"gallery_dirs": ["_examples_auto", "_tutorials_auto"],

"reference_url": {
"pygimli": "https://pygimli.org",
"python": "https://docs.python.org/dev",
"numpy": "https://numpy.org/doc/stable",
"scipy": "https://docs.scipy.org/doc/scipy/reference",
"matplotlib": "https://matplotlib.org/stable",
},
# "reference_url": {
# "pygimli": "https://pygimli.org",
# "python": "https://docs.python.org/dev",
# "numpy": "https://numpy.org/doc/stable",
# "scipy": "https://docs.scipy.org/doc/scipy/reference",
# "matplotlib": "https://matplotlib.org/stable",
# },

# Don"t report time of fast scripts (< 10 sec)
"min_reported_time": 10,
Expand Down

0 comments on commit 4354907

Please sign in to comment.