Skip to content

Commit

Permalink
tweaks to get readthedocs working again
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Aug 29, 2024
1 parent 7ef0580 commit 7b4555a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NestedText
name: Avendesora
on: [push, pull_request]
jobs:
check-bats-version:
Expand Down
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.12"

# Build documentation in the doc/ directory with Sphinx
sphinx:
Expand All @@ -19,6 +19,10 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
apt_packages:
- python3-gi
- python3-gi-cairo
- gir1.2-gtk-4.0
install:
- requirements: doc/requirements.txt
- method: pip
Expand Down
1 change: 1 addition & 0 deletions clean
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ rm -rf avendesora/*.{pyc,pyx,c,so} avendesora/__pycache__
rm -f samples/api/bw.csv
rm -rf .hypothesis .tox
rm -rf */.hypothesis
rm -rf .mypy_cache
1 change: 0 additions & 1 deletion doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Latest Development Version
| Released: 2024-08-28


1.26 (2024-08-28)
-----------------
- added :class:`Base58` secrets class.
Expand Down

0 comments on commit 7b4555a

Please sign in to comment.