Skip to content

Commit ba49fd4

Browse files
EliEli
authored andcommitted
REcommit script for doc dependancies
1 parent 6c12e8e commit ba49fd4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_sphinx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
paths:
77
- "docsrc/**"
88
- "schimpy/**"
9+
- "scripts/install_docs_extras.py"
910
- "pyproject.toml"
1011
- ".github/workflows/build_sphinx.yml"
1112
workflow_dispatch:

scripts/install_docs_extras.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
subprocess.check_call([sys.executable, "-m", "pip", "install", "tomli"])
1818
import tomli as tomllib
1919

20-
# Load the pyproj.toml to get the list of extra dependencies for documentation
20+
# Load the pyproj.toml to get the list of extra dependencies for documentation
2121
# Form of this assumes py>=3.11
2222
pp = pathlib.Path("pyproject.toml")
2323
with pp.open("rb") as f:

0 commit comments

Comments
 (0)