Fix internal references in docs/as-module

Further, document all attributes that are referred to, and ensure that there
will be no broken references again by letting Travis call Sphinx with -W -n.
This commit is contained in:
Alexander Graf
2018-05-14 10:10:36 +02:00
parent be43ebb5c5
commit d19dd2c9d4
5 changed files with 31 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ install:
- pip install -r docs/requirements.txt
script:
- python3 -m pylint -r n -d bad-whitespace,missing-docstring,too-many-arguments,locally-disabled,line-too-long,too-many-public-methods,too-many-lines,too-many-instance-attributes,too-many-locals,too-many-branches,too-many-statements,inconsistent-return-statements,invalid-name,wildcard-import,unused-wildcard-import instaloader
- make -C docs html
- make -C docs html SPHINXOPTS="-W -n"
deploy:
- provider: pypi
user: aandergr