From 0610f3788ce35fd650794cc8b38416c84b33da94 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Wed, 11 Oct 2017 12:44:43 +0530 Subject: [PATCH] rtd: Resolve wrong version showing up --- docs-requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs-requirements.txt b/docs-requirements.txt index e664242ba..9bdbf1b3c 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -1,3 +1,7 @@ sphinx == 1.6.1 git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme + +# XXX: This is a workaround for conf.py not seeing the development pip version +# when the documentation is built on ReadTheDocs. +.