Commit 22be6554 by William Tisäter

Drop oen more Epydoc reference

parent 2220c964
...@@ -22,7 +22,6 @@ pushd $(dirname $0) ...@@ -22,7 +22,6 @@ pushd $(dirname $0)
fi fi
venv/bin/tox || error "tox failed" venv/bin/tox || error "tox failed"
perl -pi -e 's/Generated by Epydoc (\d+\.\d+\.\d+) .*/Generated by Epydoc $1/' apidocs/html/*.html
if [ -z "$(pandoc --version)" ]; then if [ -z "$(pandoc --version)" ]; then
warning "Skipping Markdown to reStructuredText translation" warning "Skipping Markdown to reStructuredText translation"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment