Skip to content

Commit 3abd6f5

Browse files
committed
fix build: rst2html is no longer available from sphinx. can remove it. the README from --long-description was empty anyway
1 parent 51e8c96 commit 3abd6f5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.circleci/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,6 @@ commands:
163163
. ci/bin/activate
164164
pip install docutils
165165
pip install Pygments
166-
python setup.py --long-description > ../README.rst
167-
cat ../README.rst | rst2html.py 1> ../README.html 2> ../log
168-
cp ../README.rst "$CIRCLE_ARTIFACTS"
169-
cp ../log "$CIRCLE_ARTIFACTS"
170-
if [ -s ../log ] ; then
171-
cat ../log
172-
exit 1
173-
fi # rst2html.py alwaysexits with 0, check log size
174166
python setup.py bdist_wheel
175167
python setup.py sdist
176168
mkdir -p "$CIRCLE_ARTIFACTS/dist"

0 commit comments

Comments
 (0)