Advertisement
mikedep333

error building pulpcore docs

Mar 13th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. (pulp) [vagrant@pulp3-source-fedora29 docs]$ make html
  2. curl -o api.yaml "http://localhost:8000/pulp/api/v3/docs/api.yaml"
  3. % Total % Received % Xferd Average Speed Time Time Time Current
  4. Dload Upload Total Spent Left Speed
  5. 100 60575 100 60575 0 0 1690k 0 --:--:-- --:--:-- --:--:-- 1690k
  6. sphinx-build -b html -d _build/doctrees -W . _build/html
  7. Running Sphinx v1.7.9
  8. /usr/local/lib/pulp/lib64/python3.7/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  9. """)
  10. loading pickled environment... not yet created
  11. building [mo]: targets for 0 po files that are out of date
  12. building [html]: targets for 57 source files that are out of date
  13. updating environment: 57 added, 0 changed, 0 removed
  14. reading sources... [100%] workflows/upload-publish
  15.  
  16. Warning, treated as error:
  17. /home/vagrant/devel/pulpcore/pulpcore/app/serializers/repository.py:docstring of pulpcore.app.serializers.repository.RepositoryVersionSerializer.get_content_summary:8:Block quote ends without a blank line; unexpected unindent.
  18. make: *** [Makefile:54: html] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement