Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 8e9e602

Browse files
fix: fix link to client library documentation (#3)
* fix: fix link to client library documentation * fix: pin sphinx<3.0.0 Co-authored-by: Dan O'Meara <omeara.dan@gmail.com>
1 parent f007426 commit 8e9e602

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2121
Quick 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

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)