@pipenv run python setup.py check --restructuredtext--strict&&([$$? -eq 0 ]&&echo"README.rst and HISTORY.rst ok")||echo"Invalid markup in README.rst or HISTORY.rst!"
@pipenv run python setup.py check --restructuredtext--strict&&([$$? -eq 0 ]&&echo"README.rst and HISTORY.rst ok")||echo"Invalid markup in README.rst or HISTORY.rst!"
...
@@ -25,4 +29,4 @@
...
@@ -25,4 +29,4 @@
docs:
docs:
cd docs && make html
cd docs && make html
@echo"\033[95m\n\nBuild successful! View the docs homepage at docs/_build/html/index.html.\n\033[0m"
@echo"\033[95m\n\nBuild successful! View the docs homepage at docs/_build/html/index.html.\n\033[0m"