File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ commands:
154154 set -e
155155 . ci/bin/activate
156156 pip install -e ".[docs]"
157- python setup.py build_sphinx
157+ sphinx-build -b html docs/ build/sphinx/html
158158 cp -r ./build "$CIRCLE_ARTIFACTS"
159159 - run :
160160 name : Build distribution
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN set -eux \
3434 ; pip install nbformat jupyter-core jupyter-client Pandoc --upgrade \
3535 ; pip install -r ./notebooker/notebook_templates_example/notebook_requirements.txt \
3636 ; python setup.py develop \
37- ; python setup.py build_sphinx \
37+ ; sphinx-build -b html docs/ build/sphinx/html \
3838 ; py.test tests \
3939 ; python setup.py bdist_wheel --universal
4040
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ install_requires =
5555
5656[options.extras_require]
5757prometheus = prometheus_client
58- docs = docutils; sphinx; numpydoc; sphinxcontrib-httpdomain; sphinxcontrib-httpdomain; sphinx-click
58+ docs = docutils; sphinx; setuptools; numpydoc; sphinxcontrib-httpdomain; sphinxcontrib-httpdomain; sphinx-click
5959test = openpyxl; pytest; mock; pytest-cov; pytest-timeout; pytest-xdist; pytest-server-fixtures; freezegun; hypothesis>=3.83.2
6060
6161[flake8]
You can’t perform that action at this time.
0 commit comments