From a8e1c7eabf87a03a73d9064130674f14bea3f1a1 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Wed, 25 Aug 2021 15:23:40 +0200 Subject: [PATCH] fix docs warnings --- .circleci/config.yml | 4 +++- docs/source/conf.py | 2 +- docs/source/v3.management.rst | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4ee1b6dc..eb29ff27 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,9 @@ jobs: - ".venv" - "/usr/local/bin" - "/usr/local/lib/python2.7/site-packages" - - run: coverage run --include=auth0/v3/*.py --omit=auth0/v3/test/*.py -m unittest discover + - run: + name: Run tests + command: coverage run --include=auth0/v3/*.py --omit=auth0/v3/test/*.py -m unittest discover - run: when: on_success command: bash <(curl -s https://codecov.io/bash) diff --git a/docs/source/conf.py b/docs/source/conf.py index 03fbb633..cb04f7d2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -87,4 +87,4 @@ def find_version(*file_paths): # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] \ No newline at end of file +html_static_path = [] \ No newline at end of file diff --git a/docs/source/v3.management.rst b/docs/source/v3.management.rst index 58775754..4491ae06 100644 --- a/docs/source/v3.management.rst +++ b/docs/source/v3.management.rst @@ -122,7 +122,7 @@ management.logs module :show-inheritance: management.organizations module -------------------------- +---------------------------------- .. automodule:: auth0.v3.management.organizations :members: