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 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
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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments