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 6262
6363 - name : Check docs can be build + links
6464 run : |
65- python -m pip install jupyter_sphinx sphinx sphinx_rtd_theme nbsphinx nbsphinx-link pytest-check-links
65+ sudo apt install -y pandoc
6666 pushd jupyter-widget-testwidgets/docs
6767 make html
6868 popd
Original file line number Diff line number Diff line change 102102 # Any requirements for the examples to run
103103 ],
104104 'docs' : [
105- 'sphinx>=1.5' ,
106- 'recommonmark' ,
107- 'sphinx_rtd_theme' ,
108- 'nbsphinx' ,
109105 'jupyter_sphinx' ,
106+ 'nbsphinx' ,
110107 'nbsphinx-link' ,
111108 'pytest_check_links' ,
112109 'pypandoc' ,
110+ 'recommonmark' ,
111+ 'sphinx>=1.5' ,
112+ 'sphinx_rtd_theme' ,
113113 ],
114114 },
115115 entry_points = {
You can’t perform that action at this time.
0 commit comments