Skip to content

Commit

Permalink
fix docs warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Aug 25, 2021
1 parent d4a0b15 commit a8e1c7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
html_static_path = []
2 changes: 1 addition & 1 deletion docs/source/v3.management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ management.logs module
:show-inheritance:

management.organizations module
-------------------------
----------------------------------

.. automodule:: auth0.v3.management.organizations
:members:
Expand Down

0 comments on commit a8e1c7e

Please sign in to comment.