This repository was archived by the owner on Sep 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Python Client for Service Directory
1515.. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-service-directory.svg
1616 :target: https://pypi.org/project/google-cloud-service-directory/
1717.. _Cloud Service Directory API : https://cloud.google.com/service-directory
18- .. _Client Library Documentation : https://googleapis.dev/python/recommendationengine /latest
18+ .. _Client Library Documentation : https://googleapis.dev/python/servicedirectory /latest/
1919.. _Product Documentation : https://cloud.google.com/service-directory
2020
2121Quick Start
@@ -79,4 +79,4 @@ Next Steps
7979 APIs that we cover.
8080
8181.. _Service Directory API Product documentation : https://cloud.google.com/service-directory
82- .. _README : https://github.com/googleapis/google-cloud-python/blob/master/README.rst
82+ .. _README : https://github.com/googleapis/google-cloud-python/blob/master/README.rst
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ def docs(session):
139139 """Build the docs for this library."""
140140
141141 session .install ("-e" , "." )
142- session .install ("sphinx" , "alabaster" , "recommonmark" )
142+ session .install ("sphinx<3.0.0 " , "alabaster" , "recommonmark" )
143143
144144 shutil .rmtree (os .path .join ("docs" , "_build" ), ignore_errors = True )
145145 session .run (
You can’t perform that action at this time.
0 commit comments