Skip to content

Instantly share code, notes, and snippets.

@rserna2010
Created December 19, 2013 22:40
Show Gist options
  • Select an option

  • Save rserna2010/8047473 to your computer and use it in GitHub Desktop.

Select an option

Save rserna2010/8047473 to your computer and use it in GitHub Desktop.
ERoor
REV=rev1 REV_NUM=1.1 make build-revisions
rm -rf site/1.1
make[1]: Circular site/static/js/compiled.js <- site/static/js/compiled.js dependency dropped.
BALANCED_REV=rev1 sphinx-build -b dirhtml -c api/rev1 api/rev1 api/rev1/html
Traceback (most recent call last):
File "/usr/local/bin/sphinx-build", line 5, in <module>
from pkg_resources import load_entry_point
File "/Users/ryan/.venvburrito/lib/python/distribute-0.6.35-py2.7.egg/pkg_resources.py", line 2805, in <module>
working_set.require(__requires__)
File "/Users/ryan/.venvburrito/lib/python/distribute-0.6.35-py2.7.egg/pkg_resources.py", line 696, in require
needed = self.resolve(parse_requirements(requirements))
File "/Users/ryan/.venvburrito/lib/python/distribute-0.6.35-py2.7.egg/pkg_resources.py", line 594, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: markupsafe
make[1]: *** [api/html/index.html] Error 1
make: *** [rev1] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment