File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ PYTEST_FLAGS=-W error::SyntaxWarning
22
33TEMP_TEST_OUTPUT =/tmp/sse-contract-test-service.log
44
5- SPHINXOPTS =
5+ SPHINXOPTS = -W --keep-going
66SPHINXBUILD = sphinx-build
77SPHINXPROJ = launchdarkly-eventsource
88SOURCEDIR = docs
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = "Apache-2.0"
77readme = " README.md"
88homepage = " https://docs.launchdarkly.com/sdk/server-side/python"
99repository = " 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/"
1111classifiers = [
1212 " Intended Audience :: Developers" ,
1313 " License :: OSI Approved :: Apache Software License" ,
You can’t perform that action at this time.
0 commit comments