File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
{{cookiecutter.github_project_name}}/docs/source Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 49
49
working-directory : jupyter-widget-testwidgets/docs
50
50
run : |
51
51
sudo apt install -y pandoc
52
- make html
52
+ make html SPHINXOPTS="-W"
53
53
python -m pytest --check-links
54
54
55
55
- name : Validate extension usage
61
61
# Validate labextension
62
62
pip install -U jupyterlab~=3.0
63
63
# Make sure our lab extension was installed.
64
+ jupyter labextension list
64
65
jupyter labextension list 2>&1 | grep -ie "jupyter-widget-testwidgets.*OK"
65
66
# Make sure our lab extension can be develop installed.
66
67
jupyter labextension develop . --overwrite
Original file line number Diff line number Diff line change 88
88
#
89
89
# This is also used if you do content translation via gettext catalogs.
90
90
# Usually you set "language" from the command line for these cases.
91
- language = None
91
+ language = "en"
92
92
93
93
# List of patterns, relative to source directory, that match files and
94
94
# directories to ignore when looking for source files.
You can’t perform that action at this time.
0 commit comments