Skip to content

Commit a8e1c7e

Browse files
committed
fix docs warnings
1 parent d4a0b15 commit a8e1c7e

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- ".venv"
2222
- "/usr/local/bin"
2323
- "/usr/local/lib/python2.7/site-packages"
24-
- run: coverage run --include=auth0/v3/*.py --omit=auth0/v3/test/*.py -m unittest discover
24+
- run:
25+
name: Run tests
26+
command: coverage run --include=auth0/v3/*.py --omit=auth0/v3/test/*.py -m unittest discover
2527
- run:
2628
when: on_success
2729
command: bash <(curl -s https://codecov.io/bash)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ def find_version(*file_paths):
8787
# Add any paths that contain custom static files (such as style sheets) here,
8888
# relative to this directory. They are copied after the builtin static files,
8989
# so a file named "default.css" will overwrite the builtin "default.css".
90-
html_static_path = ['_static']
90+
html_static_path = []

docs/source/v3.management.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ management.logs module
122122
:show-inheritance:
123123

124124
management.organizations module
125-
-------------------------
125+
----------------------------------
126126

127127
.. automodule:: auth0.v3.management.organizations
128128
:members:

0 commit comments

Comments
 (0)