You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by dg...@apache.org on 2019/03/07 19:46:34 UTC

[trafficcontrol] branch 3.0.x updated: Backport: Fixed docs build but for real this time (#3389)

This is an automated email from the ASF dual-hosted git repository.

dgelinas pushed a commit to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/3.0.x by this push:
     new ef584a6  Backport: Fixed docs build but for real this time (#3389)
ef584a6 is described below

commit ef584a65757ae36fd037ef9702defcf3b2a8ea25
Author: Steve Malenfant <sm...@users.noreply.github.com>
AuthorDate: Thu Mar 7 14:46:29 2019 -0500

    Backport: Fixed docs build but for real this time (#3389)
    
    * Fixed broken docs build with explicit Pygments version (#3357)
    
    * Fixed docs build but for real this time
---
 docs/source/requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt
index 65767d0..c65f716 100644
--- a/docs/source/requirements.txt
+++ b/docs/source/requirements.txt
@@ -15,3 +15,4 @@
 Sphinx>=1.4.3
 sphinx_rtd_theme>=0.4.0
 sphinx_autodoc_typehints>=1.3.0
+Pygments>=2.3.1