Skip to content

Commit ee03d84

Browse files
committed
➖ Remove dependency: perl
1 parent f9ad788 commit ee03d84

File tree

6 files changed

+12
-26
lines changed

6 files changed

+12
-26
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ repos:
7676
rev: 0.0.11
7777
hooks:
7878
- id: update-pyproject.toml
79-
- repo: https://github.com/perltidy/perltidy
80-
rev: "20230701.02"
81-
hooks:
82-
- id: perltidy
8379
- repo: https://github.com/psf/black
8480
rev: 23.7.0
8581
hooks:

.readthedocs.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ version: 2
44

55
build:
66
os: ubuntu-22.04
7-
apt_packages:
8-
- perl
97
tools:
108
python: "3"
119

12-
formats: all
10+
formats:
11+
- htmlzip
1312

1413
python:
1514
install:

docs/api/requirements_txt.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# sphinxcontrib.requirements_txt
1+
# sphinx-requirements-txt
22

3-
````{eval-rst}
4-
```{eval-sh}
5-
cd ..
6-
scripts/generate-api.md.pl src/*/*/*.py
3+
```{autofile} ../../src/*/*/*.py
4+
---
5+
module:
6+
---
77
```
8-
````

docs/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,18 @@
3131
# ones.
3232
extensions = [
3333
"sphinx.ext.autodoc",
34+
"sphinx.ext.githubpages",
3435
"sphinx.ext.napoleon",
36+
"sphinx.ext.todo",
3537
"sphinx.ext.viewcode",
36-
"sphinx.ext.githubpages",
3738
"myst_parser",
39+
"sphinxcontrib.autofile",
3840
"sphinxcontrib.requirements_txt",
39-
"sphinxcontrib.eval",
4041
]
4142

4243
myst_heading_anchors = 3
4344
myst_title_to_header = True
45+
todo_include_todos = True
4446

4547
# Add any paths that contain templates here, relative to this directory.
4648
templates_path = ["_templates"]

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
-e .
44
myst-parser
5-
sphinxcontrib-eval
5+
sphinxcontrib-autofile

scripts/generate-api.md.pl

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)