summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-05-10 11:24:54 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-05-10 11:24:54 +0000
commitd28ebd6c34530b42eb4c0054806c0adac10c61da (patch)
tree3d78889cb3e534d16013adebaa28eb7b92815a42
parentd837187ebe6d8ada2ff71d767e1844eace534b57 (diff)
downloaddocutils-d28ebd6c34530b42eb4c0054806c0adac10c61da.tar.gz
Include "docutils.conf" in the source package.
This file contains the configuration used when generating Docutil's HTML documentation. May help solving [bugs:#461]. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9380 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--docutils/HISTORY.txt3
-rw-r--r--docutils/MANIFEST.in1
2 files changed, 3 insertions, 1 deletions
diff --git a/docutils/HISTORY.txt b/docutils/HISTORY.txt
index 3d3378db8..b1037171d 100644
--- a/docutils/HISTORY.txt
+++ b/docutils/HISTORY.txt
@@ -18,7 +18,8 @@ Changes since 0.20
* docutils/MANIFEST.in
- - Include tox.ini in the source package (bug #467).
+ - Include tox.ini and docutils.conf in the source package
+ (cf. bug #467 and bug #461).
Release 0.20 (2023-05-09)
=========================
diff --git a/docutils/MANIFEST.in b/docutils/MANIFEST.in
index d55446a11..bd4fc6c8d 100644
--- a/docutils/MANIFEST.in
+++ b/docutils/MANIFEST.in
@@ -1,5 +1,6 @@
include *.txt
include tox.ini
+include docutils.conf
include install.py
recursive-include docutils *
recursive-include docs *