Skip to content

Commit 260ddc9

Browse files
authored
fix: Update document link and fix doc build failure (#55)
1 parent 44fb4f6 commit 260ddc9

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PYTEST_FLAGS=-W error::SyntaxWarning
22

33
TEMP_TEST_OUTPUT=/tmp/sse-contract-test-service.log
44

5-
SPHINXOPTS =
5+
SPHINXOPTS = -W --keep-going
66
SPHINXBUILD = sphinx-build
77
SPHINXPROJ = launchdarkly-eventsource
88
SOURCEDIR = docs

docs/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ ld_eventsource.actions module
1818

1919
.. automodule:: ld_eventsource.actions
2020
:members:
21-
:imported-members:
2221
:special-members: __init__
2322
:show-inheritance:
2423

@@ -36,6 +35,5 @@ ld_eventsource.errors module
3635

3736
.. automodule:: ld_eventsource.errors
3837
:members:
39-
:imported-members:
4038
:special-members: __init__
4139
:show-inheritance:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
readme = "README.md"
88
homepage = "https://docs.launchdarkly.com/sdk/server-side/python"
99
repository = "https://github.com/launchdarkly/python-eventsource"
10-
documentation = "https://launchdarkly-python-sdk.readthedocs.io/en/latest/"
10+
documentation = "https://launchdarkly-sse-client-library.readthedocs.io/en/latest/"
1111
classifiers = [
1212
"Intended Audience :: Developers",
1313
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)