Skip to content

Commit

Permalink
debug linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Sep 12, 2024
1 parent 4c204df commit db2e36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
pip install -r requirements.txt
- name: "Build HTML docs"
run: |
echo "SPHINX_LINKCHECK $SPHINX_LINKCHECK"
make -C docs html linkcheck
env:
SPHINXOPTS: -nW --keep-going
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ def setup(app):
# we don't want to run the notebook during a linkcheck

nb_execution_mode = "off" if os.getenv("SPHINX_LINKCHECK") is None else "auto"
print("nb_execution_mode:", nb_execution_mode)
nb_execution_excludepatterns = ["querying.ipynb"]

# Intersphinx configuration
Expand Down

0 comments on commit db2e36a

Please sign in to comment.