Commit c5e72462 by alejandro77palacios

Habilitar numpydoc

parent 7e3d1479
......@@ -15,5 +15,6 @@ build:
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
\ No newline at end of file
......@@ -56,4 +56,5 @@ if os.environ.get("READTHEDOCS") == "True":
def setup(app):
import numpydoc
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