Skip to content

Commit

Permalink
Merge pull request #529 from vespa-engine/kkraune/fix-build
Browse files Browse the repository at this point in the history
Correct exclude
  • Loading branch information
jobergum authored Aug 7, 2023
2 parents e352f56 + d02a475 commit 8969ee1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
}

# anchoring with github sites will always fail
linkcheck_ignore = [r'https://github.com/.*#.*', r'http://localhost:\d+/', r'.*/getting-started-pyvespa-cloud.ipynb']
linkcheck_ignore = [r'https://github.com/.*#.*', r'http://localhost:\d+/', r'.*/getting-started-pyvespa-cloud.*']
4 changes: 2 additions & 2 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
python3 -m pip install -r docs/sphinx/source/requirements.txt
python3 -m pip install -r docs/sphinx/source/notebook_requirements.txt
- run-doc-linkcheck: |
sphinx-build -E -b linkcheck docs/sphinx/source docs/sphinx/build
sphinx-build -E docs/sphinx/source docs/sphinx/build
sphinx-build -E -D exclude_patterns=getting-started-pyvespa-cloud.ipynb -b linkcheck docs/sphinx/source docs/sphinx/build
sphinx-build -E -D exclude_patterns=getting-started-pyvespa-cloud.ipynb docs/sphinx/source docs/sphinx/build
rm -fr docs/sphinx/build
- run-doc-tests: |
pytest vespa --doctest-modules --ignore-glob=vespa/test_*.py
Expand Down

0 comments on commit 8969ee1

Please sign in to comment.