summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-10-17 19:32:21 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-10-17 19:32:21 +0200
commita94c2c3d128582adb2457dd978bf98ce40ab11b9 (patch)
tree76007389c1a010fc2a2740b52d969d249d33befd
parente711cb076ddd0813351745050b89d77f6387cf35 (diff)
downloadpython-setuptools-git-a94c2c3d128582adb2457dd978bf98ce40ab11b9.tar.gz
📝 Add change notes
-rw-r--r--changelog.d/2430.doc.1.rst2
-rw-r--r--changelog.d/2430.doc.2.rst2
2 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/2430.doc.1.rst b/changelog.d/2430.doc.1.rst
new file mode 100644
index 00000000..d09e0b9e
--- /dev/null
+++ b/changelog.d/2430.doc.1.rst
@@ -0,0 +1,2 @@
+Fixed a typo in Sphinx docs that made docs dev section disappear
+as a result of PR #2426 -- by :user:`webknjaz`
diff --git a/changelog.d/2430.doc.2.rst b/changelog.d/2430.doc.2.rst
new file mode 100644
index 00000000..0ac87823
--- /dev/null
+++ b/changelog.d/2430.doc.2.rst
@@ -0,0 +1,2 @@
+Fixed inconsistent RST title nesting levels caused by #2399
+-- by :user:`webknjaz`