Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update circleci img, Remove Sphinx warning #194

Merged
merged 3 commits into from Aug 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
34 changes: 17 additions & 17 deletions .circleci/config.yml
Expand Up @@ -79,103 +79,103 @@ jobs:
docs:
<<: *common
docker:
- image: circleci/python:3.8
- image: cimg/python:3.8
environment:
TOXENV: docs
py37-lint:
<<: *common
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
environment:
TOXENV: py37-lint
py37-core:
<<: *common
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
environment:
TOXENV: py37-core
py38-lint:
<<: *common
docker:
- image: circleci/python:3.8
- image: cimg/python:3.8
environment:
TOXENV: py38-lint
py38-core:
<<: *common
docker:
- image: circleci/python:3.8
- image: cimg/python:3.8
environment:
TOXENV: py38-core
py39-lint:
<<: *common
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9
environment:
TOXENV: py39-lint
py39-core:
<<: *common
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9
environment:
TOXENV: py39-core
py310-lint:
<<: *common
docker:
- image: circleci/python:3.10
- image: cimg/python:3.10
environment:
TOXENV: py310-lint
py310-core:
<<: *common
docker:
- image: circleci/python:3.10
- image: cimg/python:3.10
environment:
TOXENV: py310-core
py37-integration:
<<: *integration
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
environment:
TOXENV: py37-integration
py38-integration:
<<: *integration
docker:
- image: circleci/python:3.8
- image: cimg/python:3.8
environment:
TOXENV: py38-integration
py39-integration:
<<: *integration
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9
environment:
TOXENV: py39-integration
py310-integration:
<<: *integration
docker:
- image: circleci/python:3.10
- image: cimg/python:3.10
environment:
TOXENV: py310-integration
py37-wheel-cli:
<<: *common
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
environment:
TOXENV: py37-wheel-cli
py38-wheel-cli:
<<: *common
docker:
- image: circleci/python:3.8
- image: cimg/python:3.8
environment:
TOXENV: py38-wheel-cli
py39-wheel-cli:
<<: *common
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9
environment:
TOXENV: py39-wheel-cli
py310-wheel-cli:
<<: *common
docker:
- image: circleci/python:3.10
- image: cimg/python:3.10
environment:
TOXENV: py310-wheel-cli
workflows:
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Expand Up @@ -82,7 +82,6 @@
"_build",
"modules.rst",
"eth_account.internal.rst",
"eth_account.hdaccount.rst",
]

# The reST default role (used for this markup: `text`) to use for all
Expand Down
31 changes: 31 additions & 0 deletions docs/eth_account.hdaccount.rst
@@ -0,0 +1,31 @@
:orphan:

eth\_account.hdaccount package
==============================

Submodules
----------

eth\_account.hdaccount.deterministic module
-------------------------------------------

.. automodule:: eth_account.hdaccount.deterministic
:members:
:undoc-members:
:show-inheritance:

eth\_account.hdaccount.mnemonic module
--------------------------------------

.. automodule:: eth_account.hdaccount.mnemonic
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: eth_account.hdaccount
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions newsfragments/194.internal.rst
@@ -0,0 +1 @@
Use updated circleci Python images, fix Sphinx warning