From f8270e5d1515d06cc95cf368b5170eb65650e917 Mon Sep 17 00:00:00 2001 From: jsonbailey Date: Fri, 23 Jan 2026 17:17:51 +0000 Subject: [PATCH] fix: Update document link and fix doc build failure --- Makefile | 2 +- docs/index.rst | 2 -- pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 2d94c53..716ade2 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PYTEST_FLAGS=-W error::SyntaxWarning TEMP_TEST_OUTPUT=/tmp/sse-contract-test-service.log -SPHINXOPTS = +SPHINXOPTS = -W --keep-going SPHINXBUILD = sphinx-build SPHINXPROJ = launchdarkly-eventsource SOURCEDIR = docs diff --git a/docs/index.rst b/docs/index.rst index 7601b21..06dd66a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,7 +18,6 @@ ld_eventsource.actions module .. automodule:: ld_eventsource.actions :members: - :imported-members: :special-members: __init__ :show-inheritance: @@ -36,6 +35,5 @@ ld_eventsource.errors module .. automodule:: ld_eventsource.errors :members: - :imported-members: :special-members: __init__ :show-inheritance: diff --git a/pyproject.toml b/pyproject.toml index e4390df..3869697 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" readme = "README.md" homepage = "https://docs.launchdarkly.com/sdk/server-side/python" repository = "https://github.com/launchdarkly/python-eventsource" -documentation = "https://launchdarkly-python-sdk.readthedocs.io/en/latest/" +documentation = "https://launchdarkly-sse-client-library.readthedocs.io/en/latest/" classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License",