Skip to content

Commit

Permalink
fix: sphinx try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Palucha authored and RichJackson committed Sep 18, 2024
1 parent 2ebbbd8 commit eb9c994
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,7 @@ def linkcode_resolve(domain, info):
# no sphinx for streamlit
("py:class", "streamlit.delta_generator.DeltaGenerator"),
# vertexai
("py:class", "vertexai.*"),
("py:class", "vertexai.generative_models._generative_models.SafetySetting"),
("py:class", "google.cloud.aiplatform_v1beta1.types.content.HarmCategory"),
("py:class", "google.cloud.aiplatform_v1beta1.types.content.SafetySetting.HarmBlockThreshold"),
]

0 comments on commit eb9c994

Please sign in to comment.