Skip to content

Commit 409aae1

Browse files
author
Frédéric Collonval
committed
Install pandoc
1 parent 337e317 commit 409aae1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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

{{cookiecutter.github_project_name}}/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@
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 = {

0 commit comments

Comments
 (0)