Merge lp:~jelmer/brz/sphinx-python2 into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/sphinx-python2
Merge into: lp:brz
Diff against target: 12 lines (+1/-1)
1 file modified
byov.conf (+1/-1)
To merge this branch: bzr merge lp:~jelmer/brz/sphinx-python2
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+369175@code.launchpad.net

Commit message

Pin sphinx 1.8.5 for python 2, as newer versions have dropped python 2 support.

Description of the change

Pin sphinx 1.8.5 for python 2.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'byov.conf'
--- byov.conf 2019-06-18 11:21:15 +0000
+++ byov.conf 2019-06-21 15:13:07 +0000
@@ -9,7 +9,7 @@
9fastimport.clone = (git clone git://jelmer.uk/python-fastimport.git ../fastimport.git)9fastimport.clone = (git clone git://jelmer.uk/python-fastimport.git ../fastimport.git)
10fastimport.install = (cd ../fastimport.git && ./setup.py install --user)10fastimport.install = (cd ../fastimport.git && ./setup.py install --user)
11fastimport.install3 = (cd ../fastimport.git && python3 ./setup.py install --user)11fastimport.install3 = (cd ../fastimport.git && python3 ./setup.py install --user)
12sphinx_epytext.install = (pip install sphinx_epytext)12sphinx_epytext.install = (pip install sphinx==1.8.5 sphinx_epytext)
13sphinx_epytext.install3 = (pip3 install sphinx_epytext)13sphinx_epytext.install3 = (pip3 install sphinx_epytext)
14flake8.install = (pip install flake8)14flake8.install = (pip install flake8)
15flake8.install3 = (pip3 install flake8)15flake8.install3 = (pip3 install flake8)

Subscribers

People subscribed via source and target branches