From 0a957dfbb57df756ddd5c2ce1d67811c6a538750 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 18 Nov 2021 13:19:23 +0100 Subject: [PATCH] docs: Use upstream changelog package --- docs/conf.py | 2 +- docs/requirements.txt | 2 +- pdns/dnsdistdist/docs/conf.py | 2 +- pdns/dnsdistdist/docs/requirements.txt | 2 +- pdns/recursordist/docs/conf.py | 2 +- pdns/recursordist/docs/requirements.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d4da03df3c..73df1b2a4d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -97,7 +97,7 @@ changelog_render_changeset = "https://github.com/PowerDNS/pdns/commit/%s" changelog_sections = ['New Features', 'Removed Features', 'Improvements', 'Bug Fixes'] changelog_inner_tag_sort = ['Internals', 'API', 'Tools', 'ALIAS', 'DNSUpdate', 'BIND', 'MySQL', 'Postgresql', 'LDAP', 'GeoIP', 'Remote'] -changelog_render_tags = False +changelog_hide_tags_in_entry = True # -- Options for HTML output ---------------------------------------------- diff --git a/docs/requirements.txt b/docs/requirements.txt index 669c19b985..4f057729fa 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ Sphinx>=1.5.0,!=1.8.0,<2.0 git+https://github.com/pieterlexis/sphinxcontrib-openapi@use-jsondomain-pdns git+https://github.com/pieterlexis/sphinx-jsondomain@no-type-links -git+https://github.com/pieterlexis/sphinx-changelog@render-tags +changelog>=0.5.6,<0.6 sphinxcontrib-fulltoc guzzle_sphinx_theme docutils!=0.15,<0.18 diff --git a/pdns/dnsdistdist/docs/conf.py b/pdns/dnsdistdist/docs/conf.py index 70e26fa64e..93f501c3d8 100644 --- a/pdns/dnsdistdist/docs/conf.py +++ b/pdns/dnsdistdist/docs/conf.py @@ -94,7 +94,7 @@ changelog_render_changeset = "https://github.com/PowerDNS/pdns/commit/%s" changelog_sections = ['New Features', 'Improvements', 'Bug Fixes', 'Removals'] changelog_inner_tag_sort = ['Security', 'DNS over HTTPS', 'DNS over TLS', 'DNSCrypt', 'DNSTAP', 'Protobuf', 'Performance', 'Webserver', 'Metrics'] -changelog_render_tags = False +changelog_hide_tags_in_entry = True # -- Options for HTML output ---------------------------------------------- diff --git a/pdns/dnsdistdist/docs/requirements.txt b/pdns/dnsdistdist/docs/requirements.txt index c9a188e663..cc6fc587f1 100644 --- a/pdns/dnsdistdist/docs/requirements.txt +++ b/pdns/dnsdistdist/docs/requirements.txt @@ -1,7 +1,7 @@ Sphinx>=1.5.0,!=1.8.0,<2.0 git+https://github.com/pieterlexis/sphinx-lua@pdns git+https://github.com/pieterlexis/sphinx-jsondomain@no-type-links -git+https://github.com/pieterlexis/sphinx-changelog@render-tags +changelog>=0.5.6,<0.6 sphinxcontrib-httpdomain sphinxcontrib-fulltoc docutils!=0.15,<0.18 diff --git a/pdns/recursordist/docs/conf.py b/pdns/recursordist/docs/conf.py index 54c5c447d7..9e3a31cbfa 100644 --- a/pdns/recursordist/docs/conf.py +++ b/pdns/recursordist/docs/conf.py @@ -97,7 +97,7 @@ changelog_render_changeset = "https://github.com/PowerDNS/pdns/commit/%s" changelog_sections = ['New Features', 'Improvements', 'Bug Fixes'] changelog_inner_tag_sort = ['General', 'DNSSEC', 'Protobuf', 'RPZ'] -changelog_render_tags = False +changelog_hide_tags_in_entry = True # -- Options for HTML output ---------------------------------------------- diff --git a/pdns/recursordist/docs/requirements.txt b/pdns/recursordist/docs/requirements.txt index 5d88e2afef..448fa8d4e6 100644 --- a/pdns/recursordist/docs/requirements.txt +++ b/pdns/recursordist/docs/requirements.txt @@ -1,7 +1,7 @@ Sphinx>=1.5.0,!=1.8.0,<2.0 git+https://github.com/pieterlexis/sphinx-jsondomain@no-type-links git+https://github.com/pieterlexis/sphinx-lua@pdns -git+https://github.com/pieterlexis/sphinx-changelog@render-tags +changelog>=0.5.6,<0.6 guzzle_sphinx_theme sphinxcontrib.httpdomain sphinxcontrib-fulltoc -- 2.47.2