From 5cc715cec62fc92e621f4554360c3f13c3b373e6 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 30 Nov 2020 03:36:22 -0800 Subject: Unpin Sphinx to see which version gets pulled in by RTD --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a37afad9e..9e442b368 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ tests_require = [ docs_extras = [ - 'Sphinx >= 1.8.1', # Unicode characters in tree diagrams + 'Sphinx', 'docutils', 'pylons-sphinx-themes >= 1.0.8', # Ethical Ads 'pylons_sphinx_latesturl', -- cgit v1.2.3 From 8d4dffb910d3593b1f49c54f0ea076a7dc077fa5 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 30 Nov 2020 03:45:44 -0800 Subject: Try to force RTD to use >2 of Sphinx --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9e442b368..f7c56b3a9 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ tests_require = [ docs_extras = [ - 'Sphinx', + 'Sphinx >= 3.0.0', # Force RTD to use >2 'docutils', 'pylons-sphinx-themes >= 1.0.8', # Ethical Ads 'pylons_sphinx_latesturl', -- cgit v1.2.3 From f4f8b16ffa9bbd7e958e65591afcb22ee85234f3 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 30 Nov 2020 03:56:04 -0800 Subject: Fix comment --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f7c56b3a9..84d68c933 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ tests_require = [ docs_extras = [ - 'Sphinx >= 3.0.0', # Force RTD to use >2 + 'Sphinx >= 3.0.0', # Force RTD to use >= 3.0.0 'docutils', 'pylons-sphinx-themes >= 1.0.8', # Ethical Ads 'pylons_sphinx_latesturl', -- cgit v1.2.3