click-contrib / sphinx-click

A Sphinx plugin to automatically document click-based applications
MIT License
212 stars 57 forks source link

Fixed sphinx version in requirements.txt #52

Closed ahmed-masud closed 4 years ago

ahmed-masud commented 4 years ago

As per discussion

https://github.com/click-contrib/sphinx-click/pull/49#discussion_r329566476

codecov-io commented 4 years ago

Codecov Report

Merging #52 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   54.69%   54.69%           
=======================================
  Files           1        1           
  Lines         298      298           
  Branches      105      105           
=======================================
  Hits          163      163           
  Misses        128      128           
  Partials        7        7
Impacted Files Coverage Δ
sphinx_click/ext.py 54.69% <100%> (ø) :arrow_up:

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 7cdab18...7ae45e9. Read the comment docs.

ahmed-masud commented 4 years ago

Hopefully this is alright now :-)

Sorry about not squashing the commits, hopefully you can do this on the pull.

stephenfin commented 4 years ago

Thanks!