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

Commit

Permalink
fix: fix link to client library documentation (#3)
Browse files Browse the repository at this point in the history
* fix: fix link to client library documentation
* fix: pin sphinx<3.0.0

Co-authored-by: Dan O'Meara <omeara.dan@gmail.com>
  • Loading branch information
busunkim96 and danoscarmike committed Apr 17, 2020
1 parent f007426 commit 8e9e602
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -15,7 +15,7 @@ Python Client for Service Directory
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-service-directory.svg
:target: https://pypi.org/project/google-cloud-service-directory/
.. _Cloud Service Directory API: https://cloud.google.com/service-directory
.. _Client Library Documentation: https://googleapis.dev/python/recommendationengine/latest
.. _Client Library Documentation: https://googleapis.dev/python/servicedirectory/latest/
.. _Product Documentation: https://cloud.google.com/service-directory

Quick Start
Expand Down Expand Up @@ -79,4 +79,4 @@ Next Steps
APIs that we cover.

.. _Service Directory API Product documentation: https://cloud.google.com/service-directory
.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -139,7 +139,7 @@ def docs(session):
"""Build the docs for this library."""

session.install("-e", ".")
session.install("sphinx", "alabaster", "recommonmark")
session.install("sphinx<3.0.0", "alabaster", "recommonmark")

shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
session.run(
Expand Down

0 comments on commit 8e9e602

Please sign in to comment.