Skip to content

Commit d40c353

Browse files
committed
Fix a couple of more mistakes
1 parent 67ee326 commit d40c353

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ If you are copying this code in order to get started with your documentation, yo
6161

6262
1. place your `docs/` folder alongside your Python project. If you are starting a new project, you can adapt the `pyproject.toml` example configuration.
6363
1. use your existing project repository or create a new repository on Github, GitLab, Bitbucket or another host supported by Read the Docs.
64-
1. copy in `mkdocs.yaml`, `.readthedocs.yml` and the `docs/` folder into your project. Customize all the files, replacing example contents.
64+
1. copy `mkdocs.yml`, `.readthedocs.yaml` and the `docs/` folder into your project.
65+
1. customize all the files, replacing example contents.
6566
1. Rebuild the documenation locally to see that it works.
6667
1. *Finally*, register your project on Read the Docs, see [Importing Your Documentation](https://docs.readthedocs.io/en/stable/intro/import-guide.html).
6768

0 commit comments

Comments
 (0)