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

Sphinx is deprecating add_description_unit #79148

Closed
JulienPalard opened this issue Oct 12, 2018 · 5 comments
Closed

Sphinx is deprecating add_description_unit #79148

JulienPalard opened this issue Oct 12, 2018 · 5 comments
Labels
3.8 only security fixes docs Documentation in the Doc dir easy

Comments

@JulienPalard
Copy link
Member

BPO 34967
Nosy @JulienPalard, @miss-islington
PRs
  • bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type #9827
  • [3.7] bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827) #9834
  • [3.6] bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827) #9835
  • [2.7] bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827) #9836
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2018-10-16.06:47:49.622>
    created_at = <Date 2018-10-12.17:06:16.107>
    labels = ['easy', '3.8', 'docs']
    title = 'Sphinx is deprecating add_description_unit'
    updated_at = <Date 2018-10-16.06:47:49.622>
    user = 'https://github.com/JulienPalard'

    bugs.python.org fields:

    activity = <Date 2018-10-16.06:47:49.622>
    actor = 'mdk'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2018-10-16.06:47:49.622>
    closer = 'mdk'
    components = ['Documentation']
    creation = <Date 2018-10-12.17:06:16.107>
    creator = 'mdk'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34967
    keywords = ['patch', 'easy']
    message_count = 5.0
    messages = ['327600', '327627', '327811', '327812', '327813']
    nosy_count = 3.0
    nosy_names = ['docs@python', 'mdk', 'miss-islington']
    pr_nums = ['9827', '9834', '9835', '9836']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue34967'
    versions = ['Python 3.8']

    @JulienPalard
    Copy link
    Member Author

    When running make -C Doc/ autobuild-dev-html with a recent Sphinx, I'm getting:

    /.../site-packages/sphinx/application.py:927: RemovedInSphinx20Warning: app.add_description_unit() is now deprecated. Use app.add_object_type() instead.
    

    Looks easy to fix.

    @JulienPalard JulienPalard added the 3.8 only security fixes label Oct 12, 2018
    @JulienPalard JulienPalard added docs Documentation in the Doc dir easy labels Oct 12, 2018
    @JulienPalard
    Copy link
    Member Author

    New changeset e385d06 by Julien Palard (Stéphane Wirtel) in branch 'master':
    bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827)
    e385d06

    @miss-islington
    Copy link
    Contributor

    New changeset 514bbfc by Miss Islington (bot) in branch '3.7':
    bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827)
    514bbfc

    @miss-islington
    Copy link
    Contributor

    New changeset e2c3bc7 by Miss Islington (bot) in branch '3.6':
    bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827)
    e2c3bc7

    @miss-islington
    Copy link
    Contributor

    New changeset f82c9f1 by Miss Islington (bot) in branch '2.7':
    bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827)
    f82c9f1

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes docs Documentation in the Doc dir easy
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants