Skip to content

Commit

Permalink
FIX update shpinx (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
drudim committed Oct 7, 2021
1 parent 712ee82 commit c3b64ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -21,11 +21,11 @@ dev:

dist:
docker-compose build dev
docker-compose run --no-deps dev python3 setup.py bdist_wheel ; retcode="$$?" ; docker-compose down -v ; exit $$retcode
docker-compose run --no-deps dev python setup.py bdist_wheel ; retcode="$$?" ; docker-compose down -v ; exit $$retcode

docs:
docker-compose build dev
docker-compose run --no-deps dev sphinx-build -b html docs/source docs/build
docker-compose run --no-deps dev python -m sphinx -b html docs/source docs/build

test:
docker-compose build test
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -71,7 +71,7 @@ At the moment we support:

.. |Sparkly PyPi Version| image:: http://img.shields.io/pypi/v/sparkly.svg
:target: https://pypi.python.org/pypi/sparkly
.. |Sparkly Build Status| image:: https://travis-ci.com/tubular/sparkly.svg?branch=master
:target: https://travis-ci.com/tubular/sparkly
.. |Sparkly Build Status| image:: https://app.travis-ci.com/tubular/sparkly.svg?branch=master
:target: https://app.travis-ci.com/github/tubular/sparkly
.. |Documentation Status| image:: https://readthedocs.org/projects/sparkly/badge/?version=latest
:target: http://sparkly.readthedocs.io/en/latest/?badge=latest
4 changes: 2 additions & 2 deletions requirements_docs.txt
Expand Up @@ -20,8 +20,8 @@ mock==1.3.0
pyspark==2.4.0
pytest==3.0.3
pytest-cov==2.3.1
Sphinx==1.4.6
sphinx_rtd_theme==0.1.9
Sphinx==4.2.0
sphinx_rtd_theme==1.0.0
cassandra-driver==3.7.1
PyMySQL==0.9.3
kafka-python==2.0.2

0 comments on commit c3b64ff

Please sign in to comment.