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

Fix #4769: autodoc loses the first staticmethod parameter #4774

Merged
merged 1 commit into from
Mar 27, 2018

Conversation

tk0miya
Copy link
Member

@tk0miya tk0miya commented Mar 23, 2018

Feature or Bugfix

  • Bugfix

Purpose

@codecov
Copy link

codecov bot commented Mar 23, 2018

Codecov Report

Merging #4774 into 1.7 will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              1.7    #4774      +/-   ##
==========================================
+ Coverage   81.85%   81.86%   +<.01%     
==========================================
  Files         279      279              
  Lines       37391    37393       +2     
  Branches     5817     5818       +1     
==========================================
+ Hits        30608    30610       +2     
  Misses       5477     5477              
  Partials     1306     1306
Impacted Files Coverage Δ
tests/test_autodoc.py 96.28% <ø> (ø) ⬆️
sphinx/ext/autodoc/__init__.py 85.18% <100%> (+0.03%) ⬆️
sphinx/builders/html.py 82.54% <0%> (-0.12%) ⬇️
sphinx/util/inspect.py 72.98% <0%> (+0.23%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 991b471...9e0089b. Read the comment docs.

@tk0miya tk0miya merged commit e2d2a9a into sphinx-doc:1.7 Mar 27, 2018
@tk0miya tk0miya deleted the 4769_argument_for_staticmethods branch March 27, 2018 00:47
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 3, 2021
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.

1 participant