Skip to content

Commit

Permalink
Docs automáticos a rtd.
Browse files Browse the repository at this point in the history
  • Loading branch information
abenassi committed Nov 25, 2016
1 parent a0038b6 commit b95ce18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated and will overwrite each time you run travis_pypi_setup.py
after_success:
# - travis-sphinx deploy
- travis-sphinx deploy
- coveralls
deploy:
true:
Expand All @@ -26,6 +26,7 @@ python:
- '2.7'
script:
- nosetests --with-coverage --cover-package=pydatajson
# - travis-sphinx --source=docs -n build
- make docs
- travis-sphinx --source=docs -n build
sudo: false

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ pydatajson

Paquete en python con herramientas para manipular y validar metadatos de catálogos de datos en formato data.json.


* Licencia: MIT license
* Documentación: https://pydatajson.readthedocs.io.


## Instalación

Instalar la librería debería ser tan sencillo como un `pip install`:
Expand Down

0 comments on commit b95ce18

Please sign in to comment.