yeraydiazdiaz / lunr.py

A Python implementation of Lunr.js 🌖
http://lunr.readthedocs.io
MIT License
188 stars 16 forks source link

Use sphinx docs #90

Closed yeraydiazdiaz closed 3 years ago

yeraydiazdiaz commented 3 years ago

To avoid circular dependency with mkdocs as discussed in https://github.com/mkdocs/mkdocs/pull/2281

codecov-io commented 3 years ago

Codecov Report

Merging #90 (e4e7c25) into master (89f067e) will decrease coverage by 0.19%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
- Coverage   98.48%   98.29%   -0.20%     
==========================================
  Files          20       20              
  Lines        1059     1058       -1     
  Branches      198      198              
==========================================
- Hits         1043     1040       -3     
- Misses          9       10       +1     
- Partials        7        8       +1     
Impacted Files Coverage Δ
lunr/builder.py 100.00% <ø> (ø)
lunr/index.py 100.00% <100.00%> (ø)
lunr/vector.py 97.56% <0.00%> (-2.44%) :arrow_down:
lunr/query_lexer.py 100.00% <0.00%> (ø)

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 0bfcdfc...e4e7c25. Read the comment docs.