Adam Kelly 5 lat temu
rodzic
commit
85be20e478
2 zmienionych plików z 5 dodań i 3 usunięć
  1. 3 2
      .travis.yml
  2. 2 1
      requirements.txt

+ 3 - 2
.travis.yml

@@ -28,7 +28,8 @@ os: osx
 # script:
 #   - python3 setup.py test
 install:
-  - pip3 install Sphinx
+  - pip3 install Sphinx sphinx_rtd_theme 
+#   - pip install Sphinx sphinx_rtd_theme 
 
 after_success:
   - make html
@@ -38,6 +39,6 @@ deploy:
   skip-cleanup: true
   github-token: $GITHUB_TOKEN  # Set in travis-ci.org dashboard, marked secure
   keep-history: true
-  local-dir: ./build/html
+  local-dir: ./build
   on:
     branch: master

+ 2 - 1
requirements.txt

@@ -3,4 +3,5 @@ numpy==1.15.2
 pybind11==2.2.4
 pyopencl==2018.2
 scipy==1.1.0
-Sphinx==1.8.1
+Sphinx==1.8.1
+sphinx_rtd_theme