File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
{{cookiecutter.github_project_name}} Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 62
62
63
63
- name : Check docs can be build + links
64
64
run : |
65
- python -m pip install jupyter_sphinx sphinx sphinx_rtd_theme nbsphinx nbsphinx-link pytest-check-links
65
+ sudo apt install -y pandoc
66
66
pushd jupyter-widget-testwidgets/docs
67
67
make html
68
68
popd
Original file line number Diff line number Diff line change 102
102
# Any requirements for the examples to run
103
103
],
104
104
'docs' : [
105
- 'sphinx>=1.5' ,
106
- 'recommonmark' ,
107
- 'sphinx_rtd_theme' ,
108
- 'nbsphinx' ,
109
105
'jupyter_sphinx' ,
106
+ 'nbsphinx' ,
110
107
'nbsphinx-link' ,
111
108
'pytest_check_links' ,
112
109
'pypandoc' ,
110
+ 'recommonmark' ,
111
+ 'sphinx>=1.5' ,
112
+ 'sphinx_rtd_theme' ,
113
113
],
114
114
},
115
115
entry_points = {
You can’t perform that action at this time.
0 commit comments