diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-04 18:54:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-04 18:55:53 +0200 |
commit | 659de99fb20366c286b9c98b6dc57542f4590493 (patch) | |
tree | 9cce170f4dbafa93ef18155f33882bf77ac97127 /dev-python/routes | |
parent | dev-python/partd: Port to py3.10 (diff) | |
download | gentoo-659de99fb20366c286b9c98b6dc57542f4590493.tar.gz gentoo-659de99fb20366c286b9c98b6dc57542f4590493.tar.bz2 gentoo-659de99fb20366c286b9c98b6dc57542f4590493.zip |
dev-python/routes: Remove broken doc logic
Closes: https://bugs.gentoo.org/800437
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/routes')
-rw-r--r-- | dev-python/routes/routes-2.5.1.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-python/routes/routes-2.5.1.ebuild b/dev-python/routes/routes-2.5.1.ebuild index 75e5ba7a36a9..37cc32289ed2 100644 --- a/dev-python/routes/routes-2.5.1.ebuild +++ b/dev-python/routes/routes-2.5.1.ebuild @@ -30,18 +30,3 @@ BDEPEND=" )" distutils_enable_tests nose -distutils_enable_sphinx docs - -# The testsuite appears to be held back by the author - -# https://github.com/bbangert/routes/issues/42 presents a patch -# for the faulty docbuild converted to sed stmnts -python_prepare_all() { - # The default theme in sphinx switched to classic from shpinx-1.3.1 - sed -e "s:html_theme_options = {:html_theme = 'classic'\n&:" \ - -i docs/conf.py || die - sed -e "s:changes:changes\n todo:" \ - -i docs/index.rst || die - - distutils-r1_python_prepare_all -} |