ranguli / ioccheck

A tool for simplifying the process of researching IOCs.
MIT License
25 stars 0 forks source link

Bump sphinx-rtd-theme from 0.5.2 to 1.0.0 #57

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps sphinx-rtd-theme from 0.5.2 to 1.0.0.

Changelog

Sourced from sphinx-rtd-theme's changelog.

1.0.0

Incompatible Changes

  • The minimum supported python version is now 2.7 or 3.4 and greater (#1093)
  • The minimum supported Sphinx version is now 1.6 (#1091)

Deprecated

  • Support for Sphinx's HTML4 writer is deprecated and will be removed in version 2.0 (#1091)

Features

  • Add support for Sphinx 4.x (#1123)
  • Add support for Docutils 0.17 (#1185 and #1199)
  • Fixed logo scaling on IE11 (#1183)
  • Added support for logos as URLs (#1171)
  • Align top and side navigation background colors on mobile (#1132)
  • Added support for deep toc levels (#1089)
  • Updated translations for Chinese, Dutch, Estonian, French, German, Italian, Lithuanian, Persian, Polish, Portuguese, Russian, Spanish, Swedish, and Turkish locales

A number of accessibility features were added in this release:

  • Allow keyboard to toggle menu expansion (#1167)
  • Allow keyboard to activate permalink (#1162)
  • Show keyboard focus on buttons (#1161)
  • Maintain aria-expanded along with .current in menu (#1151)
  • Respect tab order for prev/next buttons (#1051)

Fixes

  • Updated Google analytics integration (#1129)
  • Add classifier separation on Sphinx 2+ HTML4 writer (#1192)
  • Added missing space char in footer (#1188)
  • Fix navigation right padding on level2+ elements (#1068)
  • Fix navigation expansion button sizes (#1067)
  • Wrap inline literals (#1050)
  • Fix aria labels (#1056)
  • Don't toggle navigation terminal nodes (#1049)
  • Fix <pre> overflow (#1220)
  • Fix literal/ref style inside <dl> (#1088)

Other Changes

... (truncated)

Commits
  • c9b1bde Replace sphinx reST with native reST
  • 15e4a90 Update translations for 1.0 release
  • 2254b1f Update docs and versions for 1.0.0 release
  • acada32 Merge pull request #1220 from readthedocs/nienn/fix-sphinx-4-pre-overflow
  • e319184 Merge branch 'master' into nienn/fix-sphinx-4-pre-overflow
  • 20f205f Merge pull request #1217 from readthedocs/agj/release-labels
  • 2774670 Add CSS max-width to dl.property
  • b557851 Make section labels verbose to avoid numeric labels
  • 73d1707 Merge pull request #1088 from readthedocs/Blendify/fix-717
  • 3a03112 Fix build
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 3 years ago

Codecov Report

Merging #57 (762f912) into development (3f26b8d) will increase coverage by 0.10%. The diff coverage is 100.00%.

:exclamation: Current head 762f912 differs from pull request most recent head 011e466. Consider uploading reports for the commit 011e466 to get more accurate results Impacted file tree graph

@@               Coverage Diff               @@
##           development      #57      +/-   ##
===============================================
+ Coverage        81.25%   81.35%   +0.10%     
===============================================
  Files               17       17              
  Lines              811      810       -1     
===============================================
  Hits               659      659              
+ Misses             152      151       -1     
Impacted Files Coverage Δ
ioccheck/services/malwarebazaar.py 87.73% <100.00%> (+0.53%) :arrow_up:
ioccheck/services/virustotal.py 74.11% <100.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 42c34ff...011e466. Read the comment docs.