Преглед изворни кода

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