Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1fc57ee

Browse files
committed
remove py2 fix docs
1 parent fd8acb6 commit 1fc57ee

File tree

2 files changed

+3
-34
lines changed

2 files changed

+3
-34
lines changed

.circleci/config.yml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ executors:
99
python_3_10:
1010
docker:
1111
- image: cimg/python:3.10
12-
python_2_7:
13-
docker:
14-
- image: cimg/python:2.7
1512

1613
jobs:
17-
python_3:
14+
build:
1815
executor: python_3_10
1916
steps:
2017
- checkout
@@ -25,21 +22,10 @@ jobs:
2522
- run: bash <(curl -s https://codecov.io/bash)
2623
- run: make -C docs html
2724

28-
python_2:
29-
executor: python_2_7
30-
steps:
31-
- checkout
32-
- python/install-packages:
33-
pkg-manager: pip-dist
34-
path-args: ".[test]"
35-
- run: coverage run -m unittest discover -s auth0/v3/test -t .
36-
- codecov/upload
37-
3825
workflows:
3926
main:
4027
jobs:
41-
- python_3
42-
- python_2
28+
- build
4329
- ship/python-publish:
4430
prefix-tag: false
4531
context:
@@ -50,5 +36,4 @@ workflows:
5036
only:
5137
- master
5238
requires:
53-
- python_3
54-
- python_2
39+
- build

docs/source/v3.authentication.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
authentication package
22
=========================
33

4-
authentication.authorize\_client module
5-
------------------------------------------
6-
7-
.. automodule:: auth0.v3.authentication.authorize_client
8-
:members:
9-
:undoc-members:
10-
:show-inheritance:
11-
124
authentication.base module
135
-----------------------------
146

@@ -49,14 +41,6 @@ authentication.get\_token module
4941
:undoc-members:
5042
:show-inheritance:
5143

52-
authentication.logout module
53-
-------------------------------
54-
55-
.. automodule:: auth0.v3.authentication.logout
56-
:members:
57-
:undoc-members:
58-
:show-inheritance:
59-
6044
authentication.passwordless module
6145
-------------------------------------
6246

0 commit comments

Comments
 (0)