Commit c5e72462 by alejandro77palacios

Habilitar numpydoc

parent 7e3d1479
...@@ -15,5 +15,6 @@ build: ...@@ -15,5 +15,6 @@ build:
python: python:
install: install:
- requirements: docs/requirements.txt
- method: pip - method: pip
path: . path: .
\ No newline at end of file
...@@ -56,4 +56,5 @@ if os.environ.get("READTHEDOCS") == "True": ...@@ -56,4 +56,5 @@ if os.environ.get("READTHEDOCS") == "True":
def setup(app): def setup(app):
import numpydoc
app.connect('builder-inited', run_apidoc) app.connect('builder-inited', run_apidoc)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment