mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-19 23:35:04 +01:00
[FIX] Grammar and spelling
This commit is contained in:
@@ -11,8 +11,8 @@ allows for documentation to be maintained at different versions more easily.
|
||||
|
||||
## Building Documentation
|
||||
|
||||
If you're developing new documentation, its likely you'll want or need to test build it before committing to your
|
||||
branch. To achieve this you can use Sphinx to build the documentation locally as it appears on Read the Docs.
|
||||
If you're developing new documentation, it's likely you'll want or need to test build it before committing to your
|
||||
branch. To achieve this, you can use Sphinx to build the documentation locally as it appears on Read the Docs.
|
||||
|
||||
Activate your virtual environment (if you're using one) and install the documentation requirements found in
|
||||
`docs/requirements.txt` using pip, e.g. `pip install -r docs/requirements.txt`.
|
||||
@@ -35,5 +35,5 @@ reStructuredText here
|
||||
```
|
||||
````
|
||||
|
||||
Markdown is used elsewhere on Github so it provides the most portability of documentation from Issues and Pull Requests
|
||||
as well as providing an easier initial migration path from the Github wiki.
|
||||
Markdown is used elsewhere on GitHub, so it provides the most portability of documentation from Issues and Pull Requests
|
||||
as well as providing an easier initial migration path from the GitHub wiki.
|
||||
|
||||
Reference in New Issue
Block a user