You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2019/06/06 19:57:09 UTC

[allura] 03/03: [#8300] update sphinx-argparse to work with newer docutils (and get onto an official release)

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch db/8300
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 71f235216f1bdcd68524ce62ab4176902fbe123d
Author: Dave Brondsema <da...@brondsema.net>
AuthorDate: Thu Jun 6 15:56:53 2019 -0400

    [#8300] update sphinx-argparse to work with newer docutils (and get onto an official release)
---
 Allura/docs/getting_started/administration.rst | 6 +++---
 requirements.txt                               | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Allura/docs/getting_started/administration.rst b/Allura/docs/getting_started/administration.rst
index cb4683c..6c35f6f 100644
--- a/Allura/docs/getting_started/administration.rst
+++ b/Allura/docs/getting_started/administration.rst
@@ -280,7 +280,7 @@ publicize-neighborhood.py
 *Cannot currently be run as a background task.*
 
 .. argparse::
-    :file: ../../scripts/publicize-neighborhood.py
+    :filename: ../../scripts/publicize-neighborhood.py
     :func: parser
     :prog: paster script development.ini ../scripts/publicize-neighborhood.py --
 
@@ -291,7 +291,7 @@ scrub-allura-data.py
 *Cannot currently be run as a background task.*
 
 .. argparse::
-    :file: ../../scripts/scrub-allura-data.py
+    :filename: ../../scripts/scrub-allura-data.py
     :func: parser
     :prog: paster script development.ini ../scripts/scrub-allura-data.py --
 
@@ -419,7 +419,7 @@ new_ticket.py
 Illustrates creating a new ticket, using the simple OAuth Bearer token.
 
 .. argparse::
-    :file: ../../scripts/new_ticket.py
+    :filename: ../../scripts/new_ticket.py
     :func: get_parser
     :prog: python scripts/new_ticket.py
 
diff --git a/requirements.txt b/requirements.txt
index 74c27e1..3b6d562 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -90,7 +90,7 @@ pylint==1.4.4
 astroid==1.3.8
 logilab-common==1.0.2
 q==2.3
--e git://github.com/brondsem/sphinx-argparse.git#egg=sphinx-argparse   # pending merge requests
+sphinx-argparse==0.2.5
 sphinx-rtd-theme==0.1.6
 sphinxcontrib-programoutput==0.8