aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/httpx/httpx-0.13.3.ebuild')
-rw-r--r--dev-python/httpx/httpx-0.13.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/httpx/httpx-0.13.3.ebuild b/dev-python/httpx/httpx-0.13.3.ebuild
index 06b0f9022..16cd87497 100644
--- a/dev-python/httpx/httpx-0.13.3.ebuild
+++ b/dev-python/httpx/httpx-0.13.3.ebuild
@@ -5,9 +5,9 @@ EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
-DOCBUILDER="mkdocs"
-DOCDEPEND="dev-python/mkdocs-material"
-AUTODOC=1
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="dev-python/mkdocs-material"
+DOCS_AUTODOC=1
inherit distutils-r1 docs