From f495a9097742ea9437eed40f8a651239d6acc794 Mon Sep 17 00:00:00 2001 From: Matt Klein Date: Wed, 26 Apr 2017 20:38:10 -0700 Subject: [PATCH] docs: upgrade sphinx and theme This still unfortunately does not fix https://github.com/rtfd/sphinx_rtd_theme/issues/397 Also switch copyright to 2016-2017. --- docs/conf.py | 2 +- docs/requirements.txt | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4b3510b338f86..4e60b0ff66a82 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # General information about the project. project = u'envoy' -copyright = u'2016, Lyft' +copyright = u'2016-2017, Lyft' author = u'Lyft' # The version info for the project you're documenting, acts as replacement for diff --git a/docs/requirements.txt b/docs/requirements.txt index d3c15f3df7e99..151da44d15dc3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,5 @@ docutils==0.12 -sphinx==1.5.0 +sphinx==1.5.5 sphinxcontrib-httpdomain==1.5.0 +sphinx_rtd_theme==0.2.4 GitPython==2.0.8 - -# Includes fix for https://github.com/snide/sphinx_rtd_theme/issues/348 -git+https://github.com/snide/sphinx_rtd_theme@abfa98539a2bfc44198a9ca8c2f16efe84cc4d26