Skip to content

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 authored Apr 17, 2020
1 parent 55c8b37 commit ca8c818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-service-directory/README.rst
Original file line number Diff line number Diff line change
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 packages/google-cloud-service-directory/noxfile.py
Original file line number Diff line number Diff line change
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 ca8c818

Please sign in to comment.