Skip to content

Commit 3a9d6f0

Browse files
Bump myst-parser from 0.18.1 to 1.0.0 in /docs (#3601)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Richard Si <[email protected]>
1 parent 53c23e6 commit 3a9d6f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/faq.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ hooks, and scripting `unexpand` to run after applying _Black_.
2323
## Does Black have an API?
2424

2525
Not yet. _Black_ is fundamentally a command line tool. Many
26-
[integrations](integrations/index.rst) are provided, but a Python interface is not one
26+
[integrations](/integrations/index.md) are provided, but a Python interface is not one
2727
of them. A simple API is being [planned](https://github.com/psf/black/issues/779)
2828
though.
2929

@@ -39,7 +39,7 @@ other tools, such as `# noqa`, may be moved by _Black_. See below for more detai
3939
## How stable is Black's style?
4040

4141
Stable. _Black_ aims to enforce one style and one style only, with some room for
42-
pragmatism. See [The Black Code Style](the_black_code_style/index.rst) for more details.
42+
pragmatism. See [The Black Code Style](the_black_code_style/index.md) for more details.
4343

4444
Starting in 2022, the formatting output will be stable for the releases made in the same
4545
year (other than unintentional bugs). It is possible to opt-in to the latest formatting

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Used by ReadTheDocs; pinned requirements for stability.
22

3-
myst-parser==0.18.1
3+
myst-parser==1.0.0
44
Sphinx==5.3.0
55
# Older versions break Sphinx even though they're declared to be supported.
66
docutils==0.19

docs/the_black_code_style/future_style.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ with contextlib.ExitStack() as exit_stack:
5151

5252
Experimental, potentially disruptive style changes are gathered under the `--preview`
5353
CLI flag. At the end of each year, these changes may be adopted into the default style,
54-
as described in [The Black Code Style](./index.rst). Because the functionality is
54+
as described in [The Black Code Style](index.md). Because the functionality is
5555
experimental, feedback and issue reports are highly encouraged!
5656

5757
### Improved string processing

0 commit comments

Comments
 (0)