From 60a75b3295584f18cf6c224bebc33429d009a4b6 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Sun, 6 Oct 2019 09:32:39 +0200 Subject: [PATCH] DOC/BLD: remove old sphinx pin --- environment.yml | 3 +-- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 43d4647927125..163bd08b93c9e 100644 --- a/environment.yml +++ b/environment.yml @@ -27,8 +27,7 @@ dependencies: # documentation - gitpython # obtain contributors from git for whatsnew - # some styling is broken with sphinx >= 2 (https://github.com/pandas-dev/pandas/issues/26058) - - sphinx=1.8.5 + - sphinx - numpydoc>=0.9.0 # documentation (jupyter notebooks) diff --git a/requirements-dev.txt b/requirements-dev.txt index f2904461f58a3..8a9974d393297 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,7 +12,7 @@ isort mypy pycodestyle gitpython -sphinx==1.8.5 +sphinx numpydoc>=0.9.0 nbconvert>=5.4.1 nbsphinx