You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2020/07/13 18:32:46 UTC

[trafficcontrol] branch master updated: Upgraded docs dependencies (#4866)

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

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 4429ca3  Upgraded docs dependencies (#4866)
4429ca3 is described below

commit 4429ca3d98814df6318c74e8c936a6df08e6bdb7
Author: ocket8888 <oc...@apache.org>
AuthorDate: Mon Jul 13 12:32:39 2020 -0600

    Upgraded docs dependencies (#4866)
---
 docs/source/requirements.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt
index d535e38..adc86c1 100644
--- a/docs/source/requirements.txt
+++ b/docs/source/requirements.txt
@@ -12,10 +12,10 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-Sphinx>=1.4.3
-sphinx_rtd_theme>=0.4.0
-sphinx_autodoc_typehints>=1.3.0
-Pygments>=2.3.1
+Sphinx>=3.0
+sphinx_rtd_theme>=0.5
+sphinx_autodoc_typehints>=1.11
+Pygments>=2.6
 munch>=2.1.1
 psutil
 future>=0.16.0