Skip to content

Commit

Permalink
Modify: hdwallet docs format & configs
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Nov 26, 2024
1 parent 366a4e0 commit 18ccbde
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
branches: [
master
]
pull_request:
branches: [
master
]


jobs:
python:
Expand All @@ -26,9 +31,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libffi-dev libsecp256k1-dev
- name: Install Python dependencies
- name: Install Dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip
pip install -e .[cli,tests]
- name: Test with PyTest with Coverage
run: |
Expand Down
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ python:
- cli
- docs

formats: all
formats:
- html

sphinx:
builder: html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Hierarchical Deterministic (HD) Wallet

[![Build Status](https://app.travis-ci.com/talonlab/python-hdwallet.svg?branch=master)](https://app.travis-ci.com/talonlab/python-hdwallet)
[![Build Status](https://img.shields.io/github/actions/workflow/status/talonlab/python-hdwallet/build.yml)](https://github.com/talonlab/python-hdwallet/actions/workflows/build.yml)
[![PyPI Version](https://img.shields.io/pypi/v/hdwallet.svg?color=blue)](https://pypi.org/project/hdwallet)
[![Documentation Status](https://readthedocs.org/projects/hdwallet/badge/?version=master)](https://hdwallet.readthedocs.io)
[![PyPI License](https://img.shields.io/pypi/l/hdwallet?color=black)](https://pypi.org/project/hdwallet)
Expand Down
3 changes: 0 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = []

# Disable PDF and EPUB builders
builders = ['html'] # Only HTML builder

# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand Down

0 comments on commit 18ccbde

Please sign in to comment.