File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 7676 PYTHONWARNINGS : error,default::DeprecationWarning
7777 run : |
7878 $PIP install -r doc/requirements.txt --upgrade-strategy only-if-needed
79- - name : Run Sphinx
79+ - name : Run Sphinx (HTML)
8080 env :
8181 # There is a weird warning from jupyter_core (https://github.com/jupyter/jupyter_core/issues/398)
8282 PYTHONWARNINGS : error,default::DeprecationWarning
8383 run : |
8484 $SPHINX doc _build -b html
85+ - name : Run Sphinx (LaTeX, but without running LaTeX)
86+ env :
87+ # There is a weird warning from jupyter_core (https://github.com/jupyter/jupyter_core/issues/398)
88+ PYTHONWARNINGS : error,default::DeprecationWarning
89+ run : |
90+ $SPHINX doc _build -b latex
91+ - name : Run Sphinx (epub)
92+ env :
93+ # There is a weird warning from jupyter_core (https://github.com/jupyter/jupyter_core/issues/398)
94+ PYTHONWARNINGS : error,default::DeprecationWarning
95+ run : |
96+ $SPHINX doc _build -b epub
You can’t perform that action at this time.
0 commit comments