diff --git a/docs/conf.py b/docs/conf.py index 4ef3e47f77..da0c2647d8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -464,5 +464,9 @@ def setup(app): } # c.f. https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-the-linkcheck-builder -linkcheck_ignore = ['cli.html#pyhf-xml2json'] +linkcheck_ignore = [ + 'cli.html#pyhf-xml2json', + # https://doi.org/10.31526/lhep.2020.158 is causing linkcheck connection timeouts in CI + r'https://doi\.org/10\.31526/.*', +] linkcheck_retries = 50 diff --git a/docs/governance/ROADMAP.rst b/docs/governance/ROADMAP.rst index b4b82e150e..65992ac5db 100644 --- a/docs/governance/ROADMAP.rst +++ b/docs/governance/ROADMAP.rst @@ -118,8 +118,8 @@ Roadmap 4. **Research** - - |uncheck| Add pyfitcore/Statisfactory integrations (Issue #344, `zfit - Issue 120 `__) [2019-Q4] + - |uncheck| Add pyfitcore/Statisfactory integrations (Issue #344, `zfit-development + Issue 56 `__) [2019-Q4] - |uncheck| Hardware acceleration scaling studies (Issues #93, #301) [2019-Q4 → 2020-Q1] - |uncheck| Speedup through Numba (Issue #364) [2019-Q3 → 2019-Q4]