Skip to content

Commit

Permalink
fix build: rst2html is no longer available from sphinx. can remove it…
Browse files Browse the repository at this point in the history
…. the README from --long-description was empty anyway
  • Loading branch information
rmmancom committed Jan 2, 2025
1 parent 51e8c96 commit 3abd6f5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3abd6f5

Please sign in to comment.