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 documentation building error for dnsdist and recursor #13675

Merged
merged 2 commits into from
Jan 8, 2024

Conversation

rgacogne
Copy link
Member

@rgacogne rgacogne commented Jan 8, 2024

Short description

Fixes

The alabaster extension used by this project needs at least Sphinx v3.4; it therefore cannot be built with this version.

by pinning to the same version used by the auth.

Checklist

I have:

  • read the CONTRIBUTING.md document
  • compiled this code
  • tested this code
  • included documentation (including possible behaviour changes)
  • documented the code
  • added or modified regression test(s)
  • added or modified unit test(s)

Fixes
```
The alabaster extension used by this project needs at least Sphinx v3.4; it therefore cannot be built with this version.
```
Fixes
```
The alabaster extension used by this project needs at least Sphinx v3.4; it therefore cannot be built with this version.
```
@coveralls
Copy link

coveralls commented Jan 8, 2024

Pull Request Test Coverage Report for Build 7446453056

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 23 unchanged lines in 5 files lost coverage.
  • Overall coverage decreased (-5.5%) to 57.701%

Files with Coverage Reduction New Missed Lines %
pdns/iputils.hh 1 73.93%
pdns/opensslsigners.cc 2 61.0%
modules/gpgsqlbackend/spgsql.cc 3 67.46%
pdns/rcpgenerator.cc 3 90.05%
modules/lmdbbackend/lmdbbackend.cc 14 72.5%
Totals Coverage Status
Change from base Build 7445955746: -5.5%
Covered Lines: 107738
Relevant Lines: 155379

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants