Skip to content

Commit 260552e

Browse files
committed
cleanup and debug
1 parent 93a7b64 commit 260552e

File tree

2 files changed

+3
-2
lines changed
  • .github/workflows
  • {{cookiecutter.github_project_name}}/docs/source

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
working-directory: jupyter-widget-testwidgets/docs
5050
run: |
5151
sudo apt install -y pandoc
52-
make html
52+
make html SPHINXOPTS="-W"
5353
python -m pytest --check-links
5454
5555
- name: Validate extension usage
@@ -61,6 +61,7 @@ jobs:
6161
# Validate labextension
6262
pip install -U jupyterlab~=3.0
6363
# Make sure our lab extension was installed.
64+
jupyter labextension list
6465
jupyter labextension list 2>&1 | grep -ie "jupyter-widget-testwidgets.*OK"
6566
# Make sure our lab extension can be develop installed.
6667
jupyter labextension develop . --overwrite

{{cookiecutter.github_project_name}}/docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
#
8989
# This is also used if you do content translation via gettext catalogs.
9090
# Usually you set "language" from the command line for these cases.
91-
language = None
91+
language = "en"
9292

9393
# List of patterns, relative to source directory, that match files and
9494
# directories to ignore when looking for source files.

0 commit comments

Comments
 (0)