File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -764,7 +764,7 @@ of the above sections.
764764 :option: `mypy --help ` output.
765765
766766 Note: the exact list of flags enabled by running :option: `--strict ` may change
767- over time. For the this version of mypy, the list is:
767+ over time. For this version of mypy, the list is:
768768
769769 .. include :: strict_list.rst
770770
Original file line number Diff line number Diff line change 1515
1616
1717class MypyHTMLBuilder (StandaloneHTMLBuilder ):
18- strict_file : Path
18+ strict_file : Sphinx . _StrPath
1919
2020 def __init__ (self , app : Sphinx , env : BuildEnvironment ) -> None :
2121 super ().__init__ (app , env )
2222 self ._ref_to_doc = {}
23- self .strict_file = Path (self .outdir ) / "strict_list.rst"
23+ self .strict_file = Path (self .srcdir ) / "strict_list.rst"
2424 self ._add_strict_list ()
2525
2626 def write_doc (self , docname : str , doctree : document ) -> None :
You can’t perform that action at this time.
0 commit comments