File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ declares the build backend as follows:
20
20
build-backend = "poetry.core.masonry.api"
21
21
22
22
You will be able to install it on Read the Docs just using pip,
23
- using a configuration like this:
23
+ with a configuration like this:
24
24
25
25
.. code-block :: yaml
26
26
:caption : .readthedocs.yaml
@@ -47,9 +47,9 @@ and installs itself on Read the Docs
47
47
Locking your dependencies
48
48
-------------------------
49
49
50
- With you ``pyproject.toml `` file you are free to `specify the dependency
50
+ With your ``pyproject.toml `` file you are free to `specify the dependency
51
51
versions <https://python-poetry.org/docs/dependency-specification/> `_
52
- that are more appropriate for your project,
52
+ that are most appropriate for your project,
53
53
either by leaving them unpinned or setting some constraints.
54
54
However, to achieve :doc: `/guides/reproducible-builds `
55
55
it is better that you lock your dependencies,
You can’t perform that action at this time.
0 commit comments