SF.net SVN: docutils:[10124] trunk/docutils/docs/dev/release.rst

grubert--- via Docutils-checkins <[email protected]> Tue, 06 May 2025 17:31:43 +0000
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 10124
          http://sourceforge.net/p/docutils/code/10124
Author:   grubert
Date:     2025-05-06 17:31:36 +0000 (Tue, 06 May 2025)
Log Message:
-----------
fix structure

Modified Paths:
--------------
    trunk/docutils/docs/dev/release.rst

Modified: trunk/docutils/docs/dev/release.rst
===================================================================
--- trunk/docutils/docs/dev/release.rst	2025-05-06 17:09:06 UTC (rev 10123)
+++ trunk/docutils/docs/dev/release.rst	2025-05-06 17:31:36 UTC (rev 10124)
@@ -150,7 +150,8 @@
 
     find .cache/pip/wheels -name docutils\*whl -exec rm -v -i {} \;
 
-* Test the sdist::
+* Test the sdist
+  ::
 
     python3 -m venv du3s ; cd du3s
     export PYTHONPATH= ; . bin/activate
@@ -160,7 +161,7 @@
     cp -Lr ../docutils-code/docutils/test .
     python test/alltests.py
 
-  Ignore ``test_find_file_in_dirs`` fails because HISTORY.rst is missing.
+  Ignore ``test_find_file_in_dirs`` fails because HISTORY.rst is missing::
 
     deactivate ; cd .. ; rm -r du3s
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.