|
From: <mi...@us...> - 2023-05-10 11:24:57
|
Revision: 9380
http://sourceforge.net/p/docutils/code/9380
Author: milde
Date: 2023-05-10 11:24:54 +0000 (Wed, 10 May 2023)
Log Message:
-----------
Include "docutils.conf" in the source package.
This file contains the configuration used when generating
Docutil's HTML documentation.
May help solving [bugs:#461].
Modified Paths:
--------------
trunk/docutils/HISTORY.txt
trunk/docutils/MANIFEST.in
Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt 2023-05-10 10:12:20 UTC (rev 9379)
+++ trunk/docutils/HISTORY.txt 2023-05-10 11:24:54 UTC (rev 9380)
@@ -18,7 +18,8 @@
* 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)
=========================
Modified: trunk/docutils/MANIFEST.in
===================================================================
--- trunk/docutils/MANIFEST.in 2023-05-10 10:12:20 UTC (rev 9379)
+++ trunk/docutils/MANIFEST.in 2023-05-10 11:24:54 UTC (rev 9380)
@@ -1,5 +1,6 @@
include *.txt
include tox.ini
+include docutils.conf
include install.py
recursive-include docutils *
recursive-include docs *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|