Skip to content

Commit

Permalink
nitpicky = true
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jul 13, 2023
1 parent c66283a commit c598dea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Make Documentation
working-directory: ./docs
run: make html --debug SPHINXOPTS="-W --keep-going -n"
run: make html --debug SPHINXOPTS="-W --keep-going"

- name: Check External Links (Optional)
working-directory: ./docs
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test: clean env data
docs: clean
FREEZE_REQUIREMENTS=1 pip install -e . --quiet -r requirements/docs.txt
# apt-get install -y texlive-latex-extra dvipng texlive-pictures texlive-fonts-recommended cm-super
TOKENIZERS_PARALLELISM=false python -m sphinx -b html -W --keep-going -n docs/source docs/build
TOKENIZERS_PARALLELISM=false python -m sphinx -b html -W --keep-going docs/source docs/build

env:
export FREEZE_REQUIREMENTS=1
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@
"numpy": ("https://numpy.org/doc/stable/", None),
"matplotlib": ("http://matplotlib.org/stable", None),
}
nitpicky = True

# -- Options for to-do extension ----------------------------------------------

Expand Down

0 comments on commit c598dea

Please sign in to comment.