From 3abd6f5adc8e53f542c552a600eff264a94f21e3 Mon Sep 17 00:00:00 2001 From: rmorotti Date: Thu, 2 Jan 2025 14:28:31 +0000 Subject: [PATCH] fix build: rst2html is no longer available from sphinx. can remove it. the README from --long-description was empty anyway --- .circleci/config.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 023eb86..19bf304 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -163,14 +163,6 @@ commands: . ci/bin/activate pip install docutils pip install Pygments - python setup.py --long-description > ../README.rst - cat ../README.rst | rst2html.py 1> ../README.html 2> ../log - cp ../README.rst "$CIRCLE_ARTIFACTS" - cp ../log "$CIRCLE_ARTIFACTS" - if [ -s ../log ] ; then - cat ../log - exit 1 - fi # rst2html.py alwaysexits with 0, check log size python setup.py bdist_wheel python setup.py sdist mkdir -p "$CIRCLE_ARTIFACTS/dist"