We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acffc34 commit 8743b85Copy full SHA for 8743b85
.travis.yml
@@ -12,20 +12,10 @@ python:
12
install:
13
- which pip
14
- which python
15
- - pip install .
16
- - python setup.py install --user
17
- # - pip install pytest-cov
18
- # - pip install coveralls
19
- # - pip install black
20
- # - pip install flake8
21
- # - pip install isort
+ - pip install -r docs/requirements.txt
22
23
script:
24
- # - coverage run --source proplot -m py.test
25
- # - coverage report
26
- pushd docs
27
- make html
28
- popd
29
30
-after_success:
31
- # - coveralls
docs/requirements.txt
@@ -13,4 +13,5 @@ ipykernel>=5.0.0
sphinx>=2.2.0
nbsphinx>=0.4.0
matplotlib>=3.0
+sphinx_rtd_theme>=0.4.0
git+https://github.com/lukelbd/[email protected]
0 commit comments