Closed juanbono closed 4 years ago
Hi @juanbono , sorry for the late reply and thank you for reporting this. This was caused due to an issue with one of the dependencies - dask, used in our sphinxcontrib-jupyter
package, which is used under the hood by jupinx
. Can you upgrade your sphinxcontrib-jupyter
package using pip install --upgrade sphinxcontrib-jupyter
, and let us know if the build is working now.
Hi @AakashGfude , thank you for answering! I ran the command you told me and it worked! Here is the output
jupinx -w . (1) (1s 12ms) ┃
Running: make website
Running Sphinx v2.3.1
building [mo]: targets for 0 po files that are out of date
building [jupyter]: targets for 3 source files that are out of date
updating environment: [new config] 3 added, 0 changed, 0 removed
reading sources... [100%] index
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] index
copying static files... copying static files to executed folder...
done
Starting notebook execution for website and html conversion(if set in config)...
(1/3) demo_notebook -- pass -- 3.31s
(2/3) index -- pass -- 1.34s
(3/3) first_notebook -- pass -- 1.34s
WARNING: html folder not present in the themes directory
WARNING: coverage directory not found. Please ensure to run coverage build before running website build
build succeeded, 2 warnings.
After that i ran the commands to see the notebooks and the website and they worked as expected. So thank you very much!
@juanbono That's great.
Hi! I downloaded jupinx via pip (it downloaded version 0.2.2) and after following the steps detailed in the tutorial I ran the command to build the website but it failed with the following error:
Do i need to do something before to get the website working?