-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Labels
api: docsIssues related to the Docs API API.Issues related to the Docs API API.api: storageIssues related to the googleapis/python-storage API.Issues related to the googleapis/python-storage API.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.
Description
I noticed that building the docs locally on master fails due to the following error:
sphinx.errors.SphinxWarning: /python-storage/docs/index.rst:27:toctree contains reference to document 'changelog' that doesn't have a title: no link will be generated
It turns out that the issue does not occur with the older version of Sphinx (< 3.x), thus it appears as a bug in the Sphinx package itself. A workaround is to pin that dependency to an older version.
Metadata
Metadata
Assignees
Labels
api: docsIssues related to the Docs API API.Issues related to the Docs API API.api: storageIssues related to the googleapis/python-storage API.Issues related to the googleapis/python-storage API.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.