Skip to content

Commit 7643fdf

Browse files
ambvhugovk
andauthored
Put release-cycle.json under /api/
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 99c59eb commit 7643fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pep_sphinx_extensions/pep_zero_generator/pep_index_generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def create_pep_zero(app: Sphinx, env: BuildEnvironment, docnames: list[str]) ->
7575
write_peps_json(peps, Path(app.outdir))
7676

7777
release_cycle = create_release_cycle()
78-
app.outdir.joinpath('release-cycle.json').write_text(release_cycle, encoding="utf-8")
78+
app.outdir.joinpath('api/release-cycle.json').write_text(release_cycle, encoding="utf-8")
7979

8080
release_json = create_release_json()
81-
app.outdir.joinpath('python-releases.json').write_text(release_json, encoding="utf-8")
81+
app.outdir.joinpath('api/python-releases.json').write_text(release_json, encoding="utf-8")

0 commit comments

Comments
 (0)