浏览代码

Merge pull request #2552 from willingc/rtd-fix

Pin sphinx to <=1.6 for docs and pip install
Steven Silvester 7 年之前
父节点
当前提交
07981afd02
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/environment.yml

+ 1 - 1
docs/environment.yml

@@ -3,7 +3,7 @@ channels:
   - conda-forge
 dependencies:
 - python==3.5
-- sphinx>1.4,<1.6
 - pip:
+  - sphinx<=1.6
   - recommonmark==0.4.0
   - jupyter_alabaster_theme