Skip to content

Commit

Permalink
ignore roles
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Apr 24, 2019
1 parent 50dd926 commit 009e0cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ matrix:
- ln -s $(brew --prefix)/bin/python3 $(brew --prefix)/bin/python
- ln -s $(brew --prefix)/bin/pip3 $(brew --prefix)/bin/pip
- hash -r
- python --version
- python -m pip install --upgrade pip setuptools wheel
env:
- PKG_NAME=limix
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,6 @@ disable = R0915

[rstcheck]
ignore_substitutions = today, version
ignore_directives = plot, autofunction, command-output, autmodule, automodule, autoclass, autoattribute, automethod, doctest, class, mod
ignore_directives = plot, autofunction, command-output, autmodule, automodule, autoclass, autoattribute, automethod, doctest
ignore_roles = class, mod
ignore_messages = Error in "math" directive

0 comments on commit 009e0cf

Please sign in to comment.