-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken docs build #55
Labels
Comments
$ nox -re docs
nox > Running session docs
nox > Re-using existing virtualenv at /home/tseaver/projects/agendaless/Google/src/google-resumable-media-python/.nox/docs.
nox > cd /home/tseaver/projects/agendaless/Google/src/google-resumable-media-python
nox > pip install --upgrade sphinx sphinx_rtd_theme sphinx-docstring-typing >= 0.0.3 requests >= 2.18.0, < 3.0.0dev
nox > pip install --upgrade -e .
nox > bash scripts/build_docs.sh
nox > Warning: bash is not installed into the virtualenv, is it located at /bin/bash. This might cause issues! Pass external=True into run() to silence this message.
Creating file docs_build/google.rst.
Creating file docs_build/google.resumable_media.common.rst.
Creating file docs_build/google.resumable_media.rst.
Creating file docs_build/google.resumable_media.requests.download.rst.
Creating file docs_build/google.resumable_media.requests.upload.rst.
Creating file docs_build/google.resumable_media.requests.rst.
Creating file docs_build/modules.rst.
Traceback (most recent call last):
File "scripts/rewrite_index_rst.py", line 165, in <module>
main()
File "scripts/rewrite_index_rst.py", line 106, in main
raise ValueError('Unexpected title content', lines[0])
ValueError: ('Unexpected title content', 'google.resumable\\_media package') |
IlyaFaer
pushed a commit
to MaxxleLLC/google-resumable-media-python
that referenced
this issue
Jul 8, 2019
Merged
tseaver
added a commit
that referenced
this issue
Jul 24, 2019
* Accomodate 'sphinx-autogen' whitespace change. * Pin 'Sphinx', 'sphinx-rtd-theme' to avoid breakage. * Regen docs. Closes #55.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
nox -s docs
is failing.The text was updated successfully, but these errors were encountered: