Skip to content
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

Closed
crwilcox opened this issue Dec 20, 2018 · 1 comment · Fixed by #75
Closed

Fix broken docs build #55

crwilcox opened this issue Dec 20, 2018 · 1 comment · Fixed by #75
Assignees
Labels
build type: process A process-related concern. May include testing, release, or the like.

Comments

@crwilcox
Copy link
Collaborator

nox -s docs is failing.

@JustinBeckwith JustinBeckwith added triage me I really want to be triaged. 🚨 This issue needs some love. labels Dec 21, 2018
@tseaver tseaver added build type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. and removed 🚨 This issue needs some love. triage me I really want to be triaged. labels Jan 16, 2019
@tseaver
Copy link
Contributor

tseaver commented Jan 16, 2019

$ 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')

@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Jun 18, 2019
IlyaFaer pushed a commit to MaxxleLLC/google-resumable-media-python that referenced this issue Jul 8, 2019
@tseaver tseaver added type: process A process-related concern. May include testing, release, or the like. and removed priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. 🚨 This issue needs some love. labels Jul 23, 2019
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
build type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants