summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2022-02-24 02:07:49 +0100
committerGitHub <noreply@github.com>2022-02-24 07:07:49 +0600
commit2f887b5a070bf617a471c573ad52fb58251c61af (patch)
tree9b65a2611fbdb204a52a13a391c7fab3f16fdbb0 /.travis.yml
parentd4bafd9f1d0eba3766e933b1ac598cbbf37b8914 (diff)
downloadoauthlib-2f887b5a070bf617a471c573ad52fb58251c61af.tar.gz
Docs: fix Sphinx warnings for better ReadTheDocs generation (#807)
* Fix list of current features for 3.2.0 * Renamed travis-ci.org icon URLs * Force fixing the warnings in the docs generation * Removed unused folder reference * Added orphean documents into summary. * Fix docstring formatting example in contributing page. * Removed unused argument from documentation * Fix sphinx warning resulting in loss of formatting in RTD. * Force setuptools until https://github.com/pypa/setuptools/issues/3118 is fixed * Prevent linux redirection in travis instructions * Add graphviz/dot command to generate docs frmo Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b2dad7a..6b5e6e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,8 @@ jobs:
allow_failures:
- python: "3.11-dev"
before_install:
- - python -m pip install --upgrade pip setuptools
+ - sudo apt-get install graphviz
+ - python -m pip install --upgrade pip "setuptools<60.9"
- python -m pip install tox coveralls
- if [ "$TOXENV" == "pypy3" ]; then curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && source $HOME/.cargo/env ; fi
script: tox