Skip to content

Commit 1131498

Browse files
Python (chore): pin doc build versions (#505)
1 parent af9d2e4 commit 1131498

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

python/pyproject.toml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -117,28 +117,28 @@ development = [
117117
'tomlkit~=0.13.3',
118118
]
119119
docs = [
120-
'griffe-pydantic',
121-
'mike',
122-
'mkdocs',
123-
'mkdocs-api-autonav',
124-
'mkdocs-include-markdown-plugin',
125-
'mkdocs-jupyter',
126-
'mkdocs-material',
127-
'mkdocstrings[python]',
120+
'griffe-pydantic==1.3.1',
121+
'mike==2.1.3',
122+
'mkdocs-api-autonav==0.4.0',
123+
'mkdocs-include-markdown-plugin==7.1.6',
124+
'mkdocs-jupyter==0.25.1',
125+
'mkdocs-material==9.7.5',
126+
'mkdocs==1.6.1',
127+
'mkdocstrings[python]==1.0.3',
128128
]
129129
docs-build = [
130130
'build==1.2.1',
131131
'cffi~=1.14',
132-
'griffe-pydantic',
132+
'griffe-pydantic==1.3.1',
133133
'grpcio-testing~=1.13',
134134
'h5py~=3.11',
135-
'mike',
136-
'mkdocs',
137-
'mkdocs-api-autonav',
138-
'mkdocs-include-markdown-plugin',
139-
'mkdocs-jupyter',
140-
'mkdocs-material',
141-
'mkdocstrings[python]',
135+
'mike==2.1.3',
136+
'mkdocs-api-autonav==0.4.0',
137+
'mkdocs-include-markdown-plugin==7.1.6',
138+
'mkdocs-jupyter==0.25.1',
139+
'mkdocs-material==9.7.5',
140+
'mkdocs==1.6.1',
141+
'mkdocstrings[python]==1.0.3',
142142
'mypy==1.10.0',
143143
'npTDMS~=1.9',
144144
'pdoc==14.5.0',
@@ -202,14 +202,14 @@ development = [
202202
"tomlkit~=0.13.3"
203203
]
204204
build = ["pdoc==14.5.0", "build==1.2.1"]
205-
docs = ["mkdocs",
206-
"mkdocs-material",
207-
"mkdocstrings[python]",
208-
"mkdocs-include-markdown-plugin",
209-
"mkdocs-api-autonav",
210-
"mike",
211-
"griffe-pydantic",
212-
"mkdocs-jupyter"]
205+
docs = ["mkdocs==1.6.1",
206+
"mkdocs-material==9.7.5",
207+
"mkdocstrings[python]==1.0.3",
208+
"mkdocs-include-markdown-plugin==7.1.6",
209+
"mkdocs-api-autonav==0.4.0",
210+
"mike==2.1.3",
211+
"griffe-pydantic==1.3.1",
212+
"mkdocs-jupyter==0.25.1"]
213213

214214
# May be required for certain library functionality
215215
openssl = ["pyOpenSSL<24.0.0", "types-pyOpenSSL<24.0.0", "cffi~=1.14"]

0 commit comments

Comments
 (0)