jupyter-book
jupyter-book copied to clipboard
WARNING: duplicate label structure:index, other instance in
Describe the bug
I deployed Jupyter-book on Netlify with .md
and .ipynb
files. But there are warnings for all {tableofcontents}
markdown files. For example,
-
S1D00-getting-started.md has
{tableofcontents}
. -
S2D00-data-structure.md also has
{tableofcontents}
.
When Netlify builds and deploys, it warns:
2:34:44 AM: /opt/build/repo/doc/Python-for-Data-Analysis/S2D00-data-structure.md:3: WARNING: duplicate label structure:index, other instance in /opt/build/repo/doc/Python-for-Data-Analysis/S1D00-getting-started.md
....
2:34:44 AM: /opt/build/repo/doc/Python-for-Data-Analysis/S3/S3D00-programming-constructs.md:3: WARNING: duplicate label structure:index, other instance in /opt/build/repo/doc/Python-for-Data-Analysis/S2D00-data-structure.md
The detailed log is referred here. Looking forward to your supports and helps! Thanks!
How to Reproduce
$ git clone https://github.com/kevin7lou/Statistics-and-Data-Analysis-in-Python.git
$ cd Statistics-and-Data-Analysis-in-Python
$ pip install -r requirements.txt
$ cd doc
$ make html SPHINXOPTS="-D language=en"
2:33:40 AM: Build ready to start
2:33:46 AM: build-image version: d7b3dbfb0846505993c9a131894d1858074c90b4 (focal)
2:33:46 AM: build-image tag: v4.10.1
2:33:46 AM: buildbot version: fe6512288e75c8fa5aadaebb51ed1f96e9314fd4
2:33:51 AM: Building without cache
2:33:51 AM: Starting to prepare the repo for build
2:33:51 AM: No cached dependencies found. Cloning fresh repo
2:33:51 AM: git clone https://github.com/kevin7lou/Statistics-and-Data-Analysis-in-Python
2:33:51 AM: Preparing Git Reference refs/heads/master
2:33:51 AM: Parsing package.json dependencies
2:33:52 AM: Starting build script
2:33:52 AM: Installing dependencies
2:33:52 AM: Python version set to 3.8
2:33:52 AM: v16.16.0 is already installed.
2:33:53 AM: Now using node v16.16.0 (npm v8.11.0)
2:33:53 AM: Started restoring cached build plugins
2:33:53 AM: Finished restoring cached build plugins
2:33:53 AM: Attempting ruby version 2.7.2, read from environment
2:33:53 AM: Using ruby version 2.7.2
2:33:54 AM: Using PHP version 8.0
2:33:54 AM: Installing pip dependencies
2:33:54 AM: Started restoring cached pip cache
2:33:54 AM: Finished restoring cached pip cache
2:33:54 AM: Collecting jupyter-book
2:33:55 AM: Downloading jupyter_book-0.13.0-py3-none-any.whl (43 kB)
2:33:55 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.4/43.4 kB 6.2 MB/s eta 0:00:00
2:33:55 AM: Collecting numpy
2:33:55 AM: Downloading numpy-1.23.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB)
2:33:55 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/17.1 MB 113.6 MB/s eta 0:00:00
2:33:55 AM: Collecting pandas
2:33:56 AM: Downloading pandas-1.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.7 MB)
2:33:56 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.7/11.7 MB 101.9 MB/s eta 0:00:00
2:33:56 AM: Collecting matplotlib
2:33:56 AM: Downloading matplotlib-3.5.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (11.3 MB)
2:33:56 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.3/11.3 MB 166.0 MB/s eta 0:00:00
2:33:56 AM: Collecting sphinxcontrib-bibtex<=2.5.0,>=2.2.0
2:33:56 AM: Downloading sphinxcontrib_bibtex-2.4.2-py3-none-any.whl (39 kB)
2:33:56 AM: Collecting sphinx_togglebutton
2:33:56 AM: Downloading sphinx_togglebutton-0.3.2-py3-none-any.whl (8.2 kB)
2:33:56 AM: Collecting sphinx-comments
2:33:56 AM: Downloading sphinx_comments-0.0.3-py3-none-any.whl (4.6 kB)
2:33:56 AM: Collecting sphinx-jupyterbook-latex~=0.4.6
2:33:56 AM: Downloading sphinx_jupyterbook_latex-0.4.6-py3-none-any.whl (13 kB)
2:33:56 AM: Collecting linkify-it-py~=1.0.1
2:33:56 AM: Downloading linkify_it_py-1.0.3-py3-none-any.whl (19 kB)
2:33:56 AM: Collecting sphinx<5,>=4
2:33:56 AM: Downloading Sphinx-4.5.0-py3-none-any.whl (3.1 MB)
2:33:56 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 144.3 MB/s eta 0:00:00
2:33:56 AM: Collecting sphinx_book_theme~=0.3.2
2:33:56 AM: Downloading sphinx_book_theme-0.3.3-py3-none-any.whl (345 kB)
2:33:56 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.7/345.7 kB 17.2 MB/s eta 0:00:00
2:33:56 AM: Collecting jsonschema<4
2:33:56 AM: Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB)
2:33:56 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 kB 3.5 MB/s eta 0:00:00
2:33:57 AM: Collecting click<9,>=7.1
2:33:57 AM: Downloading click-8.1.3-py3-none-any.whl (96 kB)
2:33:57 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 4.8 MB/s eta 0:00:00
2:33:57 AM: Collecting sphinx-external-toc~=0.2.3
2:33:57 AM: Downloading sphinx_external_toc-0.2.4-py3-none-any.whl (25 kB)
2:33:57 AM: Collecting sphinx-thebe~=0.1.1
2:33:57 AM: Downloading sphinx_thebe-0.1.2-py3-none-any.whl (8.3 kB)
2:33:57 AM: Collecting myst-nb~=0.13.1
2:33:57 AM: Downloading myst_nb-0.13.2-py3-none-any.whl (41 kB)
2:33:57 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/41.0 kB 7.9 MB/s eta 0:00:00
2:33:57 AM: Collecting sphinx-copybutton
2:33:57 AM: Downloading sphinx_copybutton-0.5.0-py3-none-any.whl (12 kB)
2:33:57 AM: Collecting pyyaml
2:33:57 AM: Downloading PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB)
2:33:57 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 701.2/701.2 kB 50.4 MB/s eta 0:00:00
2:33:57 AM: Collecting sphinx-multitoc-numbering~=0.1.3
2:33:57 AM: Downloading sphinx_multitoc_numbering-0.1.3-py3-none-any.whl (4.6 kB)
2:33:57 AM: Collecting Jinja2
2:33:57 AM: Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
2:33:57 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 9.7 MB/s eta 0:00:00
2:33:57 AM: Collecting sphinx-design~=0.1.0
2:33:57 AM: Downloading sphinx_design-0.1.0-py3-none-any.whl (1.9 MB)
2:33:57 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 127.7 MB/s eta 0:00:00
2:33:57 AM: Collecting docutils<0.18,>=0.15
2:33:57 AM: Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB)
2:33:57 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 575.5/575.5 kB 49.8 MB/s eta 0:00:00
2:33:57 AM: Collecting pytz>=2020.1
2:33:57 AM: Downloading pytz-2022.1-py2.py3-none-any.whl (503 kB)
2:33:57 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 503.5/503.5 kB 23.2 MB/s eta 0:00:00
2:33:57 AM: Collecting python-dateutil>=2.8.1
2:33:57 AM: Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
2:33:57 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 19.7 MB/s eta 0:00:00
2:33:57 AM: Collecting fonttools>=4.22.0
2:33:57 AM: Downloading fonttools-4.34.4-py3-none-any.whl (944 kB)
2:33:57 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 944.1/944.1 kB 52.0 MB/s eta 0:00:00
2:33:57 AM: Collecting cycler>=0.10
2:33:57 AM: Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB)
2:33:58 AM: Collecting pillow>=6.2.0
2:33:58 AM: Downloading Pillow-9.2.0-cp38-cp38-manylinux_2_28_x86_64.whl (3.2 MB)
2:33:58 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 72.4 MB/s eta 0:00:00
2:33:58 AM: Collecting pyparsing>=2.2.1
2:33:58 AM: Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
2:33:58 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 3.3 MB/s eta 0:00:00
2:33:58 AM: Collecting kiwisolver>=1.0.1
2:33:58 AM: Downloading kiwisolver-1.4.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.2 MB)
2:33:58 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 58.3 MB/s eta 0:00:00
2:33:58 AM: Collecting packaging>=20.0
2:33:58 AM: Downloading packaging-21.3-py3-none-any.whl (40 kB)
2:33:58 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 kB 2.7 MB/s eta 0:00:00
2:33:58 AM: Requirement already satisfied: setuptools in /opt/buildhome/python3.8/lib/python3.8/site-packages (from jsonschema<4->jupyter-book->-r requirements.txt (line 1)) (44.0.0)
2:33:58 AM: Collecting attrs>=17.4.0
2:33:58 AM: Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB)
2:33:58 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 4.0 MB/s eta 0:00:00
2:33:58 AM: Collecting pyrsistent>=0.14.0
2:33:58 AM: Downloading pyrsistent-0.18.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (119 kB)
2:33:58 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.8/119.8 kB 14.3 MB/s eta 0:00:00
2:33:58 AM: Collecting six>=1.11.0
2:33:58 AM: Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
2:33:58 AM: Collecting uc-micro-py
2:33:58 AM: Downloading uc_micro_py-1.0.1-py3-none-any.whl (6.2 kB)
2:33:58 AM: Collecting importlib-metadata
2:33:58 AM: Downloading importlib_metadata-4.12.0-py3-none-any.whl (21 kB)
2:33:58 AM: Collecting jupyter-cache~=0.4.1
2:33:58 AM: Downloading jupyter_cache-0.4.3-py3-none-any.whl (31 kB)
2:33:59 AM: Collecting ipython
2:33:59 AM: Downloading ipython-8.4.0-py3-none-any.whl (750 kB)
2:33:59 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 750.8/750.8 kB 46.4 MB/s eta 0:00:00
2:33:59 AM: Collecting myst-parser~=0.15.2
2:33:59 AM: Downloading myst_parser-0.15.2-py3-none-any.whl (46 kB)
2:33:59 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.3/46.3 kB 4.2 MB/s eta 0:00:00
2:33:59 AM: Collecting nbformat~=5.0
2:33:59 AM: Downloading nbformat-5.4.0-py3-none-any.whl (73 kB)
2:33:59 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.3/73.3 kB 11.0 MB/s eta 0:00:00
2:33:59 AM: Collecting jupyter-sphinx~=0.3.2
2:33:59 AM: Downloading jupyter_sphinx-0.3.2-py3-none-any.whl (20 kB)
2:33:59 AM: Collecting nbconvert<7,>=5.6
2:33:59 AM: Downloading nbconvert-6.5.0-py3-none-any.whl (561 kB)
2:33:59 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.6/561.6 kB 44.1 MB/s eta 0:00:00
2:33:59 AM: Collecting ipywidgets<8,>=7.0.0
2:33:59 AM: Downloading ipywidgets-7.7.1-py2.py3-none-any.whl (123 kB)
2:33:59 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.4/123.4 kB 5.0 MB/s eta 0:00:00
2:33:59 AM: Collecting alabaster<0.8,>=0.7
2:33:59 AM: Downloading alabaster-0.7.12-py2.py3-none-any.whl (14 kB)
2:33:59 AM: Collecting Pygments>=2.0
2:33:59 AM: Downloading Pygments-2.12.0-py3-none-any.whl (1.1 MB)
2:33:59 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 64.7 MB/s eta 0:00:00
2:33:59 AM: Collecting sphinxcontrib-applehelp
2:33:59 AM: Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB)
2:33:59 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.2/121.2 kB 21.4 MB/s eta 0:00:00
2:33:59 AM: Collecting sphinxcontrib-devhelp
2:33:59 AM: Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB)
2:33:59 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 8.5 MB/s eta 0:00:00
2:33:59 AM: Collecting imagesize
2:33:59 AM: Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB)
2:33:59 AM: Collecting requests>=2.5.0
2:33:59 AM: Downloading requests-2.28.1-py3-none-any.whl (62 kB)
2:33:59 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 6.8 MB/s eta 0:00:00
2:33:59 AM: Collecting snowballstemmer>=1.1
2:33:59 AM: Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB)
2:33:59 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 9.2 MB/s eta 0:00:00
2:33:59 AM: Collecting sphinxcontrib-qthelp
2:33:59 AM: Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB)
2:33:59 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 11.1 MB/s eta 0:00:00
2:34:00 AM: Collecting sphinxcontrib-jsmath
2:34:00 AM: Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
2:34:00 AM: Collecting sphinxcontrib-serializinghtml>=1.1.5
2:34:00 AM: Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB)
2:34:00 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.0/94.0 kB 9.3 MB/s eta 0:00:00
2:34:00 AM: Collecting sphinxcontrib-htmlhelp>=2.0.0
2:34:00 AM: Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB)
2:34:00 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 kB 7.2 MB/s eta 0:00:00
2:34:00 AM: Collecting babel>=1.3
2:34:00 AM: Downloading Babel-2.10.3-py3-none-any.whl (9.5 MB)
2:34:00 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 182.7 MB/s eta 0:00:00
2:34:00 AM: Collecting MarkupSafe>=2.0
2:34:00 AM: Downloading MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
2:34:00 AM: Collecting pydata-sphinx-theme~=0.8.0
2:34:00 AM: Downloading pydata_sphinx_theme-0.8.1-py3-none-any.whl (3.3 MB)
2:34:00 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 97.2 MB/s eta 0:00:00
2:34:00 AM: Collecting attrs>=17.4.0
2:34:00 AM: Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB)
2:34:00 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 kB 4.8 MB/s eta 0:00:00
2:34:00 AM: Collecting importlib-resources
2:34:00 AM: Downloading importlib_resources-5.9.0-py3-none-any.whl (33 kB)
2:34:00 AM: Requirement already satisfied: wheel in /opt/buildhome/python3.8/lib/python3.8/site-packages (from sphinx_togglebutton->jupyter-book->-r requirements.txt (line 1)) (0.34.2)
2:34:00 AM: Collecting pybtex-docutils>=1.0.0
2:34:00 AM: Downloading pybtex_docutils-1.0.2-py3-none-any.whl (6.3 kB)
2:34:00 AM: Collecting pybtex>=0.24
2:34:00 AM: Downloading pybtex-0.24.0-py2.py3-none-any.whl (561 kB)
2:34:00 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.4/561.4 kB 31.1 MB/s eta 0:00:00
2:34:01 AM: Collecting zipp>=0.5
2:34:01 AM: Downloading zipp-3.8.1-py3-none-any.whl (5.6 kB)
2:34:01 AM: Collecting traitlets>=4.3.1
2:34:01 AM: Downloading traitlets-5.3.0-py3-none-any.whl (106 kB)
2:34:01 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.8/106.8 kB 5.4 MB/s eta 0:00:00
2:34:01 AM: Collecting jupyterlab-widgets>=1.0.0
2:34:01 AM: Downloading jupyterlab_widgets-1.1.1-py3-none-any.whl (245 kB)
2:34:01 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 245.3/245.3 kB 14.3 MB/s eta 0:00:00
2:34:01 AM: Collecting ipykernel>=4.5.1
2:34:01 AM: Downloading ipykernel-6.15.1-py3-none-any.whl (132 kB)
2:34:01 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.9/132.9 kB 6.6 MB/s eta 0:00:00
2:34:01 AM: Collecting widgetsnbextension~=3.6.0
2:34:01 AM: Downloading widgetsnbextension-3.6.1-py2.py3-none-any.whl (1.6 MB)
2:34:01 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 145.4 MB/s eta 0:00:00
2:34:01 AM: Collecting ipython-genutils~=0.2.0
2:34:01 AM: Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB)
2:34:01 AM: Collecting matplotlib-inline
2:34:01 AM: Downloading matplotlib_inline-0.1.3-py3-none-any.whl (8.2 kB)
2:34:01 AM: Collecting jedi>=0.16
2:34:01 AM: Downloading jedi-0.18.1-py2.py3-none-any.whl (1.6 MB)
2:34:01 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 37.3 MB/s eta 0:00:00
2:34:01 AM: Collecting decorator
2:34:01 AM: Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
2:34:01 AM: Collecting pexpect>4.3
2:34:01 AM: Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
2:34:01 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/59.0 kB 21.1 MB/s eta 0:00:00
2:34:01 AM: Collecting backcall
2:34:01 AM: Downloading backcall-0.2.0-py2.py3-none-any.whl (11 kB)
2:34:01 AM: Collecting pickleshare
2:34:01 AM: Downloading pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
2:34:01 AM: Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0
2:34:01 AM: Downloading prompt_toolkit-3.0.30-py3-none-any.whl (381 kB)
2:34:01 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 381.7/381.7 kB 57.6 MB/s eta 0:00:00
2:34:01 AM: Collecting stack-data
2:34:01 AM: Downloading stack_data-0.3.0-py3-none-any.whl (23 kB)
2:34:01 AM: Collecting nbclient<0.6,>=0.2
2:34:01 AM: Downloading nbclient-0.5.13-py3-none-any.whl (70 kB)
2:34:01 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.6/70.6 kB 11.2 MB/s eta 0:00:00
2:34:02 AM: Collecting sqlalchemy<1.5,>=1.3.12
2:34:02 AM: Downloading SQLAlchemy-1.4.40-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB)
2:34:02 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 151.8 MB/s eta 0:00:00
2:34:02 AM: Collecting nbdime
2:34:02 AM: Downloading nbdime-3.1.1-py2.py3-none-any.whl (5.3 MB)
2:34:02 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 192.6 MB/s eta 0:00:00
2:34:02 AM: Collecting mdit-py-plugins~=0.2.8
2:34:02 AM: Downloading mdit_py_plugins-0.2.8-py3-none-any.whl (41 kB)
2:34:02 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/41.0 kB 5.2 MB/s eta 0:00:00
2:34:02 AM: Collecting markdown-it-py<2.0.0,>=1.0.0
2:34:02 AM: Downloading markdown_it_py-1.1.0-py3-none-any.whl (83 kB)
2:34:02 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.6/83.6 kB 30.2 MB/s eta 0:00:00
2:34:02 AM: Collecting mistune<2,>=0.8.1
2:34:02 AM: Downloading mistune-0.8.4-py2.py3-none-any.whl (16 kB)
2:34:02 AM: Collecting entrypoints>=0.2.2
2:34:02 AM: Downloading entrypoints-0.4-py3-none-any.whl (5.3 kB)
2:34:02 AM: Collecting tinycss2
2:34:02 AM: Downloading tinycss2-1.1.1-py3-none-any.whl (21 kB)
2:34:02 AM: Collecting beautifulsoup4
2:34:02 AM: Downloading beautifulsoup4-4.11.1-py3-none-any.whl (128 kB)
2:34:02 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.2/128.2 kB 37.9 MB/s eta 0:00:00
2:34:02 AM: Collecting jupyterlab-pygments
2:34:02 AM: Downloading jupyterlab_pygments-0.2.2-py2.py3-none-any.whl (21 kB)
2:34:02 AM: Collecting defusedxml
2:34:02 AM: Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
2:34:02 AM: Collecting bleach
2:34:02 AM: Downloading bleach-5.0.1-py3-none-any.whl (160 kB)
2:34:02 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.9/160.9 kB 47.7 MB/s eta 0:00:00
2:34:02 AM: Collecting jupyter-core>=4.7
2:34:02 AM: Downloading jupyter_core-4.11.1-py3-none-any.whl (88 kB)
2:34:02 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.4/88.4 kB 25.5 MB/s eta 0:00:00
2:34:02 AM: Collecting pandocfilters>=1.4.1
2:34:02 AM: Downloading pandocfilters-1.5.0-py2.py3-none-any.whl (8.7 kB)
2:34:02 AM: Collecting fastjsonschema
2:34:02 AM: Downloading fastjsonschema-2.16.1-py3-none-any.whl (22 kB)
2:34:02 AM: Collecting latexcodec>=1.0.4
2:34:02 AM: Downloading latexcodec-2.0.1-py2.py3-none-any.whl (18 kB)
2:34:03 AM: Collecting charset-normalizer<3,>=2
2:34:03 AM: Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
2:34:03 AM: Collecting urllib3<1.27,>=1.21.1
2:34:03 AM: Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB)
2:34:03 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 11.6 MB/s eta 0:00:00
2:34:03 AM: Requirement already satisfied: certifi>=2017.4.17 in /opt/buildhome/python3.8/lib/python3.8/site-packages (from requests>=2.5.0->sphinx<5,>=4->jupyter-book->-r requirements.txt (line 1)) (2022.6.15)
2:34:03 AM: Collecting idna<4,>=2.5
2:34:03 AM: Downloading idna-3.3-py3-none-any.whl (61 kB)
2:34:03 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 6.9 MB/s eta 0:00:00
2:34:03 AM: Collecting debugpy>=1.0
2:34:03 AM: Downloading debugpy-1.6.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.8 MB)
2:34:03 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 19.2 MB/s eta 0:00:00
2:34:03 AM: Collecting tornado>=6.1
2:34:03 AM: Downloading tornado-6.2-cp37-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (423 kB)
2:34:03 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 424.0/424.0 kB 91.3 MB/s eta 0:00:00
2:34:03 AM: Collecting jupyter-client>=6.1.12
2:34:03 AM: Downloading jupyter_client-7.3.4-py3-none-any.whl (132 kB)
2:34:03 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.1/132.1 kB 35.3 MB/s eta 0:00:00
2:34:03 AM: Collecting pyzmq>=17
2:34:04 AM: Downloading pyzmq-23.2.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB)
2:34:04 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 133.2 MB/s eta 0:00:00
2:34:04 AM: Collecting psutil
2:34:04 AM: Downloading psutil-5.9.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (284 kB)
2:34:04 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 284.7/284.7 kB 61.2 MB/s eta 0:00:00
2:34:04 AM: Collecting nest-asyncio
2:34:04 AM: Downloading nest_asyncio-1.5.5-py3-none-any.whl (5.2 kB)
2:34:04 AM: Collecting parso<0.9.0,>=0.8.0
2:34:04 AM: Downloading parso-0.8.3-py2.py3-none-any.whl (100 kB)
2:34:04 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.8/100.8 kB 29.8 MB/s eta 0:00:00
2:34:04 AM: Collecting ptyprocess>=0.5
2:34:04 AM: Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
2:34:04 AM: Collecting wcwidth
2:34:04 AM: Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
2:34:04 AM: Collecting greenlet!=0.4.17
2:34:04 AM: Downloading greenlet-1.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (156 kB)
2:34:04 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.6/156.6 kB 17.3 MB/s eta 0:00:00
2:34:04 AM: Collecting notebook>=4.4.1
2:34:04 AM: Downloading notebook-6.4.12-py3-none-any.whl (9.9 MB)
2:34:04 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.9/9.9 MB 136.1 MB/s eta 0:00:00
2:34:04 AM: Collecting soupsieve>1.2
2:34:04 AM: Downloading soupsieve-2.3.2.post1-py3-none-any.whl (37 kB)
2:34:05 AM: Collecting webencodings
2:34:05 AM: Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
2:34:05 AM: Collecting GitPython!=2.1.4,!=2.1.5,!=2.1.6
2:34:05 AM: Downloading GitPython-3.1.27-py3-none-any.whl (181 kB)
2:34:05 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.2/181.2 kB 48.3 MB/s eta 0:00:00
2:34:05 AM: Collecting colorama
2:34:05 AM: Downloading colorama-0.4.5-py2.py3-none-any.whl (16 kB)
2:34:05 AM: Collecting jupyter-server-mathjax>=0.2.2
2:34:05 AM: Downloading jupyter_server_mathjax-0.2.6-py3-none-any.whl (3.1 MB)
2:34:05 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 178.4 MB/s eta 0:00:00
2:34:05 AM: Collecting jupyter-server
2:34:05 AM: Downloading jupyter_server-1.18.1-py3-none-any.whl (344 kB)
2:34:05 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 344.9/344.9 kB 78.0 MB/s eta 0:00:00
2:34:05 AM: Collecting pure-eval
2:34:05 AM: Downloading pure_eval-0.2.2-py3-none-any.whl (11 kB)
2:34:05 AM: Collecting executing
2:34:05 AM: Downloading executing-0.9.1-py2.py3-none-any.whl (16 kB)
2:34:05 AM: Collecting asttokens
2:34:05 AM: Downloading asttokens-2.0.7-py2.py3-none-any.whl (23 kB)
2:34:05 AM: Collecting gitdb<5,>=4.0.1
2:34:05 AM: Downloading gitdb-4.0.9-py3-none-any.whl (63 kB)
2:34:05 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.1/63.1 kB 19.8 MB/s eta 0:00:00
2:34:05 AM: Collecting anyio<4,>=3.1.0
2:34:05 AM: Downloading anyio-3.6.1-py3-none-any.whl (80 kB)
2:34:05 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.6/80.6 kB 28.9 MB/s eta 0:00:00
2:34:05 AM: Collecting websocket-client
2:34:05 AM: Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB)
2:34:05 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 16.8 MB/s eta 0:00:00
2:34:05 AM: Collecting prometheus-client
2:34:05 AM: Downloading prometheus_client-0.14.1-py3-none-any.whl (59 kB)
2:34:05 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.5/59.5 kB 20.1 MB/s eta 0:00:00
2:34:05 AM: Collecting terminado>=0.8.3
2:34:05 AM: Downloading terminado-0.15.0-py3-none-any.whl (16 kB)
2:34:05 AM: Collecting Send2Trash
2:34:05 AM: Downloading Send2Trash-1.8.0-py3-none-any.whl (18 kB)
2:34:06 AM: Collecting argon2-cffi
2:34:06 AM: Downloading argon2_cffi-21.3.0-py3-none-any.whl (14 kB)
2:34:06 AM: Collecting sniffio>=1.1
2:34:06 AM: Downloading sniffio-1.2.0-py3-none-any.whl (10 kB)
2:34:06 AM: Collecting smmap<6,>=3.0.1
2:34:06 AM: Downloading smmap-5.0.0-py3-none-any.whl (24 kB)
2:34:06 AM: Collecting argon2-cffi-bindings
2:34:06 AM: Downloading argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86 kB)
2:34:06 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.2/86.2 kB 30.4 MB/s eta 0:00:00
2:34:06 AM: Collecting cffi>=1.0.1
2:34:06 AM: Downloading cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (442 kB)
2:34:06 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 442.7/442.7 kB 85.0 MB/s eta 0:00:00
2:34:06 AM: Collecting pycparser
2:34:06 AM: Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
2:34:06 AM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 38.0 MB/s eta 0:00:00
2:34:07 AM: Installing collected packages: webencodings, wcwidth, snowballstemmer, Send2Trash, pytz, pure-eval, ptyprocess, pickleshare, mistune, ipython-genutils, fastjsonschema, executing, backcall, alabaster, zipp, websocket-client, urllib3, uc-micro-py, traitlets, tornado, tinycss2, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, soupsieve, sniffio, smmap, six, pyzmq, pyyaml, pyrsistent, pyparsing, Pygments, pycparser, psutil, prompt-toolkit, prometheus-client, pillow, pexpect, parso, pandocfilters, numpy, nest-asyncio, MarkupSafe, kiwisolver, jupyterlab-widgets, jupyterlab-pygments, imagesize, idna, greenlet, fonttools, entrypoints, docutils, defusedxml, decorator, debugpy, cycler, colorama, click, charset-normalizer, babel, attrs, terminado, sqlalchemy, requests, python-dateutil, packaging, matplotlib-inline, markdown-it-py, linkify-it-py, latexcodec, jupyter-core, jsonschema, Jinja2, jedi, importlib-resources, importlib-metadata, gitdb, cffi, bleach, beautifulsoup4, asttokens, anyio, stack-data, sphinx, pybtex, pandas, nbformat, mdit-py-plugins, matplotlib, jupyter-client, GitPython, argon2-cffi-bindings, sphinx_togglebutton, sphinx-thebe, sphinx-multitoc-numbering, sphinx-jupyterbook-latex, sphinx-external-toc, sphinx-design, sphinx-copybutton, sphinx-comments, pydata-sphinx-theme, pybtex-docutils, nbclient, myst-parser, ipython, argon2-cffi, sphinxcontrib-bibtex, sphinx_book_theme, nbconvert, ipykernel, notebook, jupyter-server, widgetsnbextension, jupyter-server-mathjax, nbdime, ipywidgets, jupyter-sphinx, jupyter-cache, myst-nb, jupyter-book
2:34:23 AM: Successfully installed GitPython-3.1.27 Jinja2-3.1.2 MarkupSafe-2.1.1 Pygments-2.12.0 Send2Trash-1.8.0 alabaster-0.7.12 anyio-3.6.1 argon2-cffi-21.3.0 argon2-cffi-bindings-21.2.0 asttokens-2.0.7 attrs-21.4.0 babel-2.10.3 backcall-0.2.0 beautifulsoup4-4.11.1 bleach-5.0.1 cffi-1.15.1 charset-normalizer-2.1.0 click-8.1.3 colorama-0.4.5 cycler-0.11.0 debugpy-1.6.2 decorator-5.1.1 defusedxml-0.7.1 docutils-0.17.1 entrypoints-0.4 executing-0.9.1 fastjsonschema-2.16.1 fonttools-4.34.4 gitdb-4.0.9 greenlet-1.1.2 idna-3.3 imagesize-1.4.1 importlib-metadata-4.12.0 importlib-resources-5.9.0 ipykernel-6.15.1 ipython-8.4.0 ipython-genutils-0.2.0 ipywidgets-7.7.1 jedi-0.18.1 jsonschema-3.2.0 jupyter-book-0.13.0 jupyter-cache-0.4.3 jupyter-client-7.3.4 jupyter-core-4.11.1 jupyter-server-1.18.1 jupyter-server-mathjax-0.2.6 jupyter-sphinx-0.3.2 jupyterlab-pygments-0.2.2 jupyterlab-widgets-1.1.1 kiwisolver-1.4.4 latexcodec-2.0.1 linkify-it-py-1.0.3 markdown-it-py-1.1.0 matplotlib-3.5.2 matplotlib-inline-0.1.3 mdit-py-plugins-0.2.8 mistune-0.8.4 myst-nb-0.13.2 myst-parser-0.15.2 nbclient-0.5.13 nbconvert-6.5.0 nbdime-3.1.1 nbformat-5.4.0 nest-asyncio-1.5.5 notebook-6.4.12 numpy-1.23.1 packaging-21.3 pandas-1.4.3 pandocfilters-1.5.0 parso-0.8.3 pexpect-4.8.0 pickleshare-0.7.5 pillow-9.2.0 prometheus-client-0.14.1 prompt-toolkit-3.0.30 psutil-5.9.1 ptyprocess-0.7.0 pure-eval-0.2.2 pybtex-0.24.0 pybtex-docutils-1.0.2 pycparser-2.21 pydata-sphinx-theme-0.8.1 pyparsing-3.0.9 pyrsistent-0.18.1 python-dateutil-2.8.2 pytz-2022.1 pyyaml-6.0 pyzmq-23.2.0 requests-2.28.1 six-1.16.0 smmap-5.0.0 sniffio-1.2.0 snowballstemmer-2.2.0 soupsieve-2.3.2.post1 sphinx-4.5.0 sphinx-comments-0.0.3 sphinx-copybutton-0.5.0 sphinx-design-0.1.0 sphinx-external-toc-0.2.4 sphinx-jupyterbook-latex-0.4.6 sphinx-multitoc-numbering-0.1.3 sphinx-thebe-0.1.2 sphinx_book_theme-0.3.3 sphinx_togglebutton-0.3.2 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-bibtex-2.4.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 sqlalchemy-1.4.40 stack-data-0.3.0 terminado-0.15.0 tinycss2-1.1.1 tornado-6.2 traitlets-5.3.0 uc-micro-py-1.0.1 urllib3-1.26.11 wcwidth-0.2.5 webencodings-0.5.1 websocket-client-1.3.3 widgetsnbextension-3.6.1 zipp-3.8.1
2:34:23 AM: [notice] A new release of pip available: 22.2.1 -> 22.2.2
2:34:23 AM: [notice] To update, run: pip install --upgrade pip
2:34:24 AM: Pip dependencies installed
2:34:24 AM: Started restoring cached go cache
2:34:24 AM: Finished restoring cached go cache
2:34:24 AM: Installing Go version 1.17 (requested 1.17)
2:34:28 AM: unset GOOS;
2:34:28 AM: unset GOARCH;
2:34:28 AM: export GOROOT='/opt/buildhome/.gimme/versions/go1.17.linux.amd64';
2:34:28 AM: export PATH="/opt/buildhome/.gimme/versions/go1.17.linux.amd64/bin:${PATH}";
2:34:28 AM: go version >&2;
2:34:28 AM: export GIMME_ENV="/opt/buildhome/.gimme/env/go1.17.linux.amd64.env"
2:34:28 AM: go version go1.17 linux/amd64
2:34:28 AM: Installing missing commands
2:34:28 AM: Verify run directory
2:34:29 AM:
2:34:29 AM: ────────────────────────────────────────────────────────────────
2:34:29 AM: Netlify Build
2:34:29 AM: ────────────────────────────────────────────────────────────────
2:34:29 AM:
2:34:29 AM: ❯ Version
2:34:29 AM: @netlify/build 27.9.1
2:34:29 AM:
2:34:29 AM: ❯ Flags
2:34:29 AM: baseRelDir: true
2:34:29 AM: buildId: 62f15704255d8e05ae7cef96
2:34:29 AM: deployId: 62f15704255d8e05ae7cef98
2:34:29 AM: systemLogFile: 3
2:34:29 AM:
2:34:29 AM: ❯ Current directory
2:34:29 AM: /opt/build/repo
2:34:29 AM:
2:34:29 AM: ❯ Config file
2:34:29 AM: No config file was defined: using default values.
2:34:29 AM:
2:34:29 AM: ❯ Context
2:34:29 AM: production
2:34:29 AM:
2:34:29 AM: ────────────────────────────────────────────────────────────────
2:34:29 AM: 1. Build command from Netlify app
2:34:29 AM: ────────────────────────────────────────────────────────────────
2:34:29 AM:
2:34:29 AM: $ jupyter-book build .
2:34:29 AM: Running Jupyter-Book v0.13.0
2:34:29 AM: Source Folder: /opt/build/repo
2:34:29 AM: Config Path: /opt/build/repo/_config.yml
2:34:29 AM: Output Path: /opt/build/repo/_build/html
2:34:29 AM: Running Sphinx v4.5.0
2:34:30 AM: making output directory... done
2:34:30 AM: [etoc] Changing master_doc to 'README'
2:34:30 AM: checking bibtex cache... out of date
2:34:30 AM: parsing bibtex file /opt/build/repo/references.bib... parsed 5 entries
2:34:30 AM: myst v0.15.2: MdParserConfig(renderer='sphinx', commonmark_only=False, enable_extensions=['amsmath', 'colon_fence', 'deflist', 'dollarmath', 'html_admonition', 'html_image', 'linkify', 'replacements', 'smartquotes', 'substitution', 'tasklist'], dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', disable_syntax=[], url_schemes=['mailto', 'http', 'https'], heading_anchors=None, heading_slug_func=None, html_meta=[], footnote_transition=True, substitutions=[], sub_delimiters=['{', '}'], words_per_minute=200)
2:34:30 AM: building [mo]: targets for 0 po files that are out of date
2:34:30 AM: building [html]: targets for 22 source files that are out of date
2:34:30 AM: updating environment: [new config] 22 added, 0 changed, 0 removed
2:34:30 AM: reading sources... [ 4%] README
2:34:30 AM: reading sources... [ 9%] doc/Python-for-Data-Analysis/README
2:34:30 AM: reading sources... [ 13%] doc/Python-for-Data-Analysis/S1D00-getting-started
2:34:30 AM: reading sources... [ 18%] doc/Python-for-Data-Analysis/S1D01-getting-started
2:34:30 AM: Did not execute doc/Python-for-Data-Analysis/S1D01-getting-started. Set jupyter_execute_notebooks to `force` to execute
2:34:31 AM: reading sources... [ 22%] doc/Python-for-Data-Analysis/S1D02-python-arithmetic
2:34:31 AM: Executing: doc/Python-for-Data-Analysis/S1D02-python-arithmetic in: /opt/build/repo/doc/Python-for-Data-Analysis
2:34:32 AM: reading sources... [ 27%] doc/Python-for-Data-Analysis/S1D03-basic-data-types
2:34:32 AM: Did not execute doc/Python-for-Data-Analysis/S1D03-basic-data-types. Set jupyter_execute_notebooks to `force` to execute
2:34:32 AM: reading sources... [ 31%] doc/Python-for-Data-Analysis/S2D00-data-structure
2:34:32 AM: reading sources... [ 36%] doc/Python-for-Data-Analysis/S2D04-variables
2:34:32 AM: Did not execute doc/Python-for-Data-Analysis/S2D04-variables. Set jupyter_execute_notebooks to `force` to execute
2:34:32 AM: reading sources... [ 40%] doc/Python-for-Data-Analysis/S2D05-lists
2:34:32 AM: Executing: doc/Python-for-Data-Analysis/S2D05-lists in: /opt/build/repo/doc/Python-for-Data-Analysis
2:34:34 AM: reading sources... [ 45%] doc/Python-for-Data-Analysis/S2D06-tuples-and-strings
2:34:34 AM: Executing: doc/Python-for-Data-Analysis/S2D06-tuples-and-strings in: /opt/build/repo/doc/Python-for-Data-Analysis
2:34:35 AM: reading sources... [ 50%] doc/Python-for-Data-Analysis/S2D07-dictionaries-and-sets
2:34:35 AM: Executing: doc/Python-for-Data-Analysis/S2D07-dictionaries-and-sets in: /opt/build/repo/doc/Python-for-Data-Analysis
2:34:36 AM: reading sources... [ 54%] doc/Python-for-Data-Analysis/S2D08-numpy-arrays
2:34:36 AM: Executing: doc/Python-for-Data-Analysis/S2D08-numpy-arrays in: /opt/build/repo/doc/Python-for-Data-Analysis
2:34:38 AM: reading sources... [ 59%] doc/Python-for-Data-Analysis/S2D08-visual-numpy
2:34:38 AM: reading sources... [ 63%] doc/Python-for-Data-Analysis/S2D09-pandas-dataframes
2:34:38 AM: Executing: doc/Python-for-Data-Analysis/S2D09-pandas-dataframes in: /opt/build/repo/doc/Python-for-Data-Analysis
2:34:40 AM: reading sources... [ 68%] doc/Python-for-Data-Analysis/S2D10-reading-and-writing-data
2:34:40 AM: Did not execute doc/Python-for-Data-Analysis/S2D10-reading-and-writing-data. Set jupyter_execute_notebooks to `force` to execute
2:34:40 AM: reading sources... [ 72%] doc/Python-for-Data-Analysis/S3/S3D00-programming-constructs
2:34:40 AM: reading sources... [ 77%] doc/Python-for-Data-Analysis/S3/S3D11-control-flow
2:34:40 AM: Did not execute doc/Python-for-Data-Analysis/S3/S3D11-control-flow. Set jupyter_execute_notebooks to `force` to execute
2:34:41 AM: reading sources... [ 81%] tmp/intro
2:34:41 AM: reading sources... [ 86%] tmp/markdown
2:34:41 AM: reading sources... [ 90%] tmp/markdown-notebooks
2:34:41 AM: Executing: tmp/markdown-notebooks in: /opt/build/repo/tmp
2:34:42 AM: reading sources... [ 95%] tmp/notebooks
2:34:42 AM: Executing: tmp/notebooks in: /opt/build/repo/tmp
2:34:44 AM: reading sources... [100%] tmp/python-for-data-analysis-index
2:34:44 AM: Did not execute tmp/python-for-data-analysis-index. Set jupyter_execute_notebooks to `force` to execute
2:34:44 AM: /opt/build/repo/doc/Python-for-Data-Analysis/S2D00-data-structure.md:3: WARNING: duplicate label structure:index, other instance in /opt/build/repo/doc/Python-for-Data-Analysis/S1D00-getting-started.md
2:34:44 AM: ERROR: Execution Failed with traceback saved in /opt/build/repo/_build/html/reports/S2D05-lists.log
2:34:44 AM: ERROR: Execution Failed with traceback saved in /opt/build/repo/_build/html/reports/S2D06-tuples-and-strings.log
2:34:44 AM: ERROR: Execution Failed with traceback saved in /opt/build/repo/_build/html/reports/S2D09-pandas-dataframes.log
2:34:44 AM: /opt/build/repo/doc/Python-for-Data-Analysis/S3/S3D00-programming-constructs.md:3: WARNING: duplicate label structure:index, other instance in /opt/build/repo/doc/Python-for-Data-Analysis/S2D00-data-structure.md
2:34:44 AM: /opt/build/repo/tmp/intro.md:: WARNING: tableofcontents directive in document with no descendants [etoc.tableofcontents]
2:34:44 AM: /opt/build/repo/tmp/python-for-data-analysis-index.ipynb:20002: WARNING: Non-consecutive header level increase; 0 to 3 [myst.header]
2:34:44 AM: /opt/build/repo/tmp/python-for-data-analysis-index.ipynb:20008: WARNING: Non-consecutive header level increase; 0 to 3 [myst.header]
2:34:44 AM: /opt/build/repo/tmp/python-for-data-analysis-index.ipynb:20018: WARNING: Non-consecutive header level increase; 0 to 3 [myst.header]
2:34:44 AM: /opt/build/repo/tmp/python-for-data-analysis-index.ipynb:20024: WARNING: Non-consecutive header level increase; 0 to 3 [myst.header]
2:34:44 AM: /opt/build/repo/tmp/python-for-data-analysis-index.ipynb:20034: WARNING: Non-consecutive header level increase; 0 to 3 [myst.header]
2:34:44 AM: /opt/build/repo/tmp/python-for-data-analysis-index.ipynb:20040: WARNING: Non-consecutive header level increase; 0 to 3 [myst.header]
2:34:44 AM: /opt/build/repo/tmp/python-for-data-analysis-index.ipynb:20046: WARNING: Non-consecutive header level increase; 0 to 3 [myst.header]
2:34:44 AM: looking for now-outdated files... none found
2:34:44 AM: pickling environment... done
2:34:44 AM: checking consistency... /opt/build/repo/tmp/intro.md: WARNING: document isn't included in any toctree/opt/build/repo/tmp/python-for-data-analysis-index.ipynb: WARNING: document isn't included in any toctreedone
2:34:44 AM: preparing documents... done
2:34:44 AM: writing output... [ 4%] README
2:34:45 AM: writing output... [ 9%] doc/Python-for-Data-Analysis/README
2:34:45 AM: writing output... [ 13%] doc/Python-for-Data-Analysis/S1D00-getting-started
2:34:45 AM: writing output... [ 18%] doc/Python-for-Data-Analysis/S1D01-getting-started
2:34:45 AM: writing output... [ 22%] doc/Python-for-Data-Analysis/S1D02-python-arithmetic
2:34:45 AM: writing output... [ 27%] doc/Python-for-Data-Analysis/S1D03-basic-data-types
2:34:45 AM: writing output... [ 31%] doc/Python-for-Data-Analysis/S2D00-data-structure
2:34:45 AM: writing output... [ 36%] doc/Python-for-Data-Analysis/S2D04-variables
2:34:45 AM: writing output... [ 40%] doc/Python-for-Data-Analysis/S2D05-lists
2:34:45 AM: writing output... [ 45%] doc/Python-for-Data-Analysis/S2D06-tuples-and-strings
2:34:45 AM: writing output... [ 50%] doc/Python-for-Data-Analysis/S2D07-dictionaries-and-sets
2:34:45 AM: writing output... [ 54%] doc/Python-for-Data-Analysis/S2D08-numpy-arrays
2:34:45 AM: writing output... [ 59%] doc/Python-for-Data-Analysis/S2D08-visual-numpy
2:34:45 AM: writing output... [ 63%] doc/Python-for-Data-Analysis/S2D09-pandas-dataframes
2:34:45 AM: writing output... [ 68%] doc/Python-for-Data-Analysis/S2D10-reading-and-writing-data
2:34:46 AM: writing output... [ 72%] doc/Python-for-Data-Analysis/S3/S3D00-programming-constructs
2:34:46 AM: writing output... [ 77%] doc/Python-for-Data-Analysis/S3/S3D11-control-flow
2:34:46 AM: writing output... [ 81%] tmp/intro
2:34:46 AM: writing output... [ 86%] tmp/markdown
2:34:46 AM: writing output... [ 90%] tmp/markdown-notebooks
2:34:46 AM: writing output... [ 95%] tmp/notebooks
2:34:46 AM: writing output... [100%] tmp/python-for-data-analysis-index
2:34:46 AM: generating indices... genindex done
2:34:46 AM: writing additional pages... search done
2:34:46 AM: copying images... [100%] _build/jupyter_execute/tmp/notebooks_2_0.png
2:34:46 AM: copying static files... done
2:34:46 AM: Creating deploy upload records
2:34:46 AM: copying extra files... done
2:34:46 AM: dumping search index in English (code: en)... done
2:34:46 AM: dumping object inventory... done
2:34:46 AM: build succeeded, 15 warnings.
2:34:46 AM: The HTML pages are in _build/html.
2:34:46 AM: [etoc] missing index.html written as redirect to 'README.html'
2:34:46 AM: ===============================================================================
2:34:46 AM: Finished generating HTML for book.
2:34:46 AM: Your book's HTML pages are here: _build/html/
2:34:46 AM: You can look at your book by opening this file in a browser:
2:34:46 AM: _build/html/index.html
2:34:46 AM: Or paste this line directly into your browser bar:
2:34:46 AM: file:///opt/build/repo/_build/html/index.html
2:34:46 AM: ===============================================================================
2:34:46 AM:
2:34:46 AM: (build.command completed in 16.9s)
2:34:46 AM:
2:34:46 AM: ────────────────────────────────────────────────────────────────
2:34:46 AM: 2. Deploy site
2:34:46 AM: ────────────────────────────────────────────────────────────────
2:34:46 AM:
2:34:46 AM: Starting to deploy site from '_build/html'
2:34:46 AM: Creating deploy tree
2:34:46 AM: 3 new files to upload
2:34:46 AM: 0 new functions to upload
2:34:46 AM: Site deploy was successfully initiated
2:34:46 AM:
2:34:46 AM: (Deploy site completed in 351ms)
2:34:46 AM:
2:34:46 AM: ────────────────────────────────────────────────────────────────
2:34:46 AM: Netlify Build Complete
2:34:46 AM: ────────────────────────────────────────────────────────────────
2:34:46 AM:
2:34:46 AM: (Netlify Build completed in 17.2s)
2:34:47 AM: Starting post processing
2:34:47 AM: Caching artifacts
2:34:47 AM: Started saving build plugins
2:34:47 AM: Finished saving build plugins
2:34:48 AM: Post processing - HTML
2:34:47 AM: Started saving pip cache
2:34:47 AM: Finished saving pip cache
2:34:47 AM: Started saving emacs cask dependencies
2:34:47 AM: Finished saving emacs cask dependencies
2:34:47 AM: Started saving maven dependencies
2:34:47 AM: Finished saving maven dependencies
2:34:48 AM: Post processing - header rules
2:34:47 AM: Started saving boot dependencies
2:34:47 AM: Finished saving boot dependencies
2:34:47 AM: Started saving rust rustup cache
2:34:48 AM: Post processing - redirect rules
2:34:47 AM: Finished saving rust rustup cache
2:34:47 AM: Started saving go dependencies
2:34:47 AM: Finished saving go dependencies
2:34:48 AM: Post processing done
2:34:47 AM: Build script success
2:34:48 AM: Uploading Cache of size 146.9MB
2:34:50 AM: Finished processing build request in 1m3.586308069s
2:34:51 AM: Site is live ✨
Expected behavior
Each section has TOC for its sub pages or files.
Your project
https://github.com/kevin7lou/Statistics-and-Data-Analysis-in-Python/archive/refs/heads/master.zip
Screenshots
No response
OS
Ubuntu Focal 20.04
Python version
3.8
Sphinx version
4.5.0
Sphinx extensions
- sphinx_click.ext - sphinx_inline_tabs - sphinxext.rediraffe - sphinx_proof - myst_nb - sphinx_thebe - html_image
Extra tools
No response
Additional context
No response
Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada: