Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn on using the :property: flag with .. py:method:: #10852

Merged
merged 1 commit into from
Sep 23, 2022

Conversation

AA-Turner
Copy link
Member

Closes #10603

A

@AA-Turner AA-Turner added this to the 5.2.0 milestone Sep 23, 2022
@AA-Turner AA-Turner self-assigned this Sep 23, 2022
@AA-Turner AA-Turner merged commit 5ce1560 into sphinx-doc:5.x Sep 23, 2022
@AA-Turner AA-Turner deleted the warn-property-method branch September 23, 2022 17:47
kaxil pushed a commit to astronomer/astro-sdk that referenced this pull request Sep 26, 2022
build_docs is failing in main due to recent changes in sphinx. not sure what immediate I can do so pined the sphinx version to 5.0.0

sphinx: sphinx-doc/sphinx#10852
```
Warning, treated as error:
Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
make: *** [Makefile:20: html] Error 2
nox > Command make html failed with exit code 2
nox > Session build_docs failed.
Error: Process completed with exit code 1.
0s
```
rdb added a commit to panda3d/sphinx-interrogatedb that referenced this pull request Oct 4, 2022
- Don't pass `no_docstring` argument to upcall of `add_content()` (sphinx-doc/sphinx#8533)
- Use `property` directive instead of `method` in Sphinx 4.0.0 (sphinx-doc/sphinx#10852)
- Stub out `get_object_members()` for all documenters (sphinx-doc/sphinx#8464)
utkarsharma2 pushed a commit to astronomer/astro-sdk that referenced this pull request Oct 4, 2022
build_docs is failing in main due to recent changes in sphinx. not sure what immediate I can do so pined the sphinx version to 5.0.0

sphinx: sphinx-doc/sphinx#10852
```
Warning, treated as error:
Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
make: *** [Makefile:20: html] Error 2
nox > Command make html failed with exit code 2
nox > Session build_docs failed.
Error: Process completed with exit code 1.
0s
```
kaxil pushed a commit to astronomer/astro-sdk that referenced this pull request Oct 4, 2022
build_docs is failing in main due to recent changes in sphinx. not sure what immediate I can do so pined the sphinx version to 5.0.0

sphinx: sphinx-doc/sphinx#10852
```
Warning, treated as error:
Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
make: *** [Makefile:20: html] Error 2
nox > Command make html failed with exit code 2
nox > Session build_docs failed.
Error: Process completed with exit code 1.
0s
```

(cherry picked from commit a55f552)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warn on using py:function with :property: in 5.x.
1 participant